Skip to main content
1 vote
0 answers
155 views

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 ...
Yosec Cervino's user avatar
0 votes
2 answers
310 views

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 ...
Harsh Rajpara's user avatar
1 vote
0 answers
176 views

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 ...
Ajith's user avatar
  • 11
0 votes
2 answers
149 views

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....
Vishveshwar's user avatar
0 votes
2 answers
287 views

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 ...
El Dude's user avatar
  • 5,708
-1 votes
1 answer
209 views

======== Exception caught by image resource service ================================================ The following assertion was thrown resolving an image codec: Unable to load asset: "dice-six-...
H Anas Khalil's user avatar
0 votes
1 answer
2k views

from pubspec.yaml: flutter: assets: - assets/images/ fonts: - family: NunitoSans fonts: - asset: assets/fonts/NunitoSans-Regular.ttf - asset: assets/fonts/NunitoSans-...
Rony Tesler's user avatar
  • 1,396
0 votes
1 answer
94 views

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 ...
Luis Rotoly's user avatar
0 votes
1 answer
483 views

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 ...
user avatar
2 votes
1 answer
975 views

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, ...
Seyit Kılıç's user avatar
0 votes
0 answers
67 views

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 ...
Wouter Vandenputte's user avatar
2 votes
0 answers
770 views

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 ...
Akainn Z's user avatar
1 vote
1 answer
530 views

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 ...
vrwolf's user avatar
  • 413
6 votes
1 answer
1k views

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 ...
Đăng Huân's user avatar
1 vote
1 answer
672 views

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 ...
pleasesendhelp's user avatar

15 30 50 per page