Some troubleshooting steps if you're running into issues loading assets in your Flutter app, either with rootBundle.loadString() or something like Image.asset().
You haven't registered your assets
Symptom
You get the following error message
Unable to load asset
Cause
Your asset hasn't been properly declared in your pubspec.yaml