I am trying to implement Play Asset Delivery for my Flutter app using package named FlutterPlayAssetDelivery. The basic implementation (of install-time delivery) is done. My folder structure looks something like this: assets:
- reset.png
- fu(folder)
Now there is a file under folder 'fu' stated as: fu\logo.png now when i try to access assets inside 'fu' folder inside, it fails to access the assets at path: fu/logo.png
P.S I am using the bundletool to test asset delivery.