Search code examples
jsonflutterflutter-dependenciesflutter-webassets

adding and reading a JSON asset in Flutter Web app


Got a problem reading an asset in Flutter web app. I've declared it in pubspec.yaml

enter image description here

But when I'm trying to load it with await rootBundle.loadString('test/sample_text.json'); I always get the same error Error while trying to load an asset: Failed to load asset at "assets/test/sample_text.json" Never had such issue when developing for mobile


Solution

  • the correct way to do this is packages/$your_package/assets/test/sample_text.json