My flutter app build process fails after the first run and debug
I'm having trouble adding assets to my Flutter app. If I add my assets folder (myAssets) like below in pubspec.yaml everything is fine on the first run and debug. flutter: uses-material-design: true assets: - myAssets/ On the second run and…