flutter can not find my images assets, what can I be doing wrong?
I got the error on debugger:
Launching lib/main.dart on XT1097 in debug mode... Built build
In my case I have to correct the alignments between my assets and the uses-material-design lines in pubspec.yaml.
flutter: uses-material-desgin: true assets: - images/3.jpg