You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No matter what I've tried with the mi_card_flutter it will not load images either if its a network image. Every time I run it comes up with a whole list of excepts that are pointing to the assets_build.dart
There is no faults in the yaml file and I have looked at everything in stack over flow and tried everything that has been advised but still fails to load and still brings up the assets_build.dart.
Can someone please help me as I'm at the point of pulling my hair out
The text was updated successfully, but these errors were encountered:
If you have created assets folder and added your image inside it then write: - assets/<image_name><.ext>,
If you have created assets folder and have created one more images folder for images then write: - assets/images/<image_name><.ext> inside pubspec.yaml file
Thank you for your reply. I deleted the whole file and wrote new file without using the download, just copied everything on screen then changed ymal, it worked. On 2 Feb 2023 16:22, Rahul Shinde ***@***.***> wrote:
If you have created assets folder and added your image inside it then write: - assets/<image_name><.ext>,
If you have created assets folder and have created one more images folder for images then write: - assets/images/<image_name><.ext> inside pubspec.yaml file
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
No matter what I've tried with the mi_card_flutter it will not load images either if its a network image. Every time I run it comes up with a whole list of excepts that are pointing to the assets_build.dart
There is no faults in the yaml file and I have looked at everything in stack over flow and tried everything that has been advised but still fails to load and still brings up the assets_build.dart.
Can someone please help me as I'm at the point of pulling my hair out
The text was updated successfully, but these errors were encountered: