I want to use videos in my flutter project and want to upload to Google Play, but the videos are placed in the Base module during the build, which will be larger than 200 MB
How can I put the videos instead the Individual asset packs?
I tried this package /packages/asset_delivery
I managed to get them to be included in the Base module when building, but the App doesn't see the Assets at all.
I tried the package creator example application, but got the same problem as in my own project
I tried it with 3.24.2 and 3.29.1 versions.