41 questions
1 vote
0 answers
155 views
nativescript, module flutter: page app Android assets Unable to load asset:"AssetManifest.bin" The asset does not exist or has empty data
I'm implementing a flutter module in a nativescript project. Basically a widget on a page that displays an asset that is normally stored in App_Resources/Android/src/res/drawable-* in Android... in ...
0 votes
2 answers
310 views
image cropper package source path error in flutter
i have to crop image when click double tap on image container that time image crop function call. onDoubleTap: () { _cropImage(context); }, this image i have to direct to crop ...
1 vote
0 answers
176 views
How to Play 'Install-time' Delivery Asset pack Mp3 files in flutter?
Hi I'm a newbie for flutter. Plugin - I'm using this plugin. I'm working on a Flutter project and I'm using Install-time Delivery Asset Packs to manage my assets. I have some MP3 files that are ...
0 votes
2 answers
149 views
How can i image in flutter? [closed]
Flutter assest bundle not exists, i don't know how to fix this problem. please anybody help me to solve this prroblem.Anybody say that error in above screenshot.I cannot find that error please help me....
0 votes
2 answers
287 views
Flutter does not copy assets into iOS 14 simulator?
Not sure what I am doing wrong. I specify my assets in pubspec.yml like so assets: - assets/markers/station.png - assets/markers/other/ - assets/markers/files/ and try loading it as a marker ...
-1 votes
1 answer
209 views
Flutter Asset image
======== Exception caught by image resource service ================================================ The following assertion was thrown resolving an image codec: Unable to load asset: "dice-six-...
0 votes
1 answer
2k views
flutter build web creates a nested assets folder so images are not loaded
from pubspec.yaml: flutter: assets: - assets/images/ fonts: - family: NunitoSans fonts: - asset: assets/fonts/NunitoSans-Regular.ttf - asset: assets/fonts/NunitoSans-...
0 votes
1 answer
94 views
Change CircleAvatar image in a DrawerHeader Flutter
I am trying to change the user avatar, I am using image_picker package to get an image file, the I am copying the image to app folder, after that I set the state to see the image that was picked. I ...
0 votes
1 answer
483 views
Flutter: Unable to load assets for flutter_map
I'm building an app where I embed a map using flutter_map. I have downloaded offline tiles, but they cannot be loaded from the assets folder because the following error appears: Error. flutter_map ...
2 votes
1 answer
975 views
Flutter asset files not loading after updating Flutter version
I have a Flutter project where I use some asset files such as images, fonts, and translations. I have defined them in my pubspec.yaml file like this: assets: - assets/ Until a few hours ago, ...
0 votes
0 answers
67 views
Flutter: non-asset local image
I'd like to include images in my Flutter application which are not asset images. Let me clarify a bit. I am working with an embedded Unity application inside the Flutter app. I can communicate ...
2 votes
0 answers
770 views
Flutter : Loading asset image
I've got a problem when I load some asset images in flutter. In fact, I use my pictures in a carousel. When I load the images, there is a (very) small loading time where the image is white. That's not ...
1 vote
1 answer
530 views
Flutter image assets not loading after redirect with go_router & login
I have a small Flutter app with 2 screens (/login & /home) and I use go_router to navigate and animated_login. The assets are placed on the home screen and they load fine if I directly access the ...
6 votes
1 answer
1k views
Flutter - Asset images in package dependencies
We have the following structure: Package A is a flutter app, It has it's assets folder and is loading assets like this: Image.asset("assets/images/background.png"). project B, that uses ...
1 vote
1 answer
672 views
Why is my image an invalid argument on screen with "no host specified" when all my images are defined and included in assets?
I'm working on a shopping app for a school project, and I'm trying to get my product images to show up on the various product detail screens. I used some sample images from flutter's Shrine sample app ...