Код: Выделить всё
I/flutter ( 3070): Error: google_fonts was unable to load font Inter-SemiBold because the following exception occurred:
I/flutter ( 3070): Unable to load asset: "AssetManifest.json".
I/flutter ( 3070): The asset does not exist or has empty data.
I/flutter ( 3070): See https://docs.flutter.dev/development/data-and-backend/networking#platform-notes.
I/flutter ( 3070): If troubleshooting doesn't solve the problem, please file an issue at https://github.com/material-foundation/flutter-packages/issues/new/choose.
E/flutter ( 3070): [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: Unable to load asset: "AssetManifest.json".
E/flutter ( 3070): The asset does not exist or has empty data.
E/flutter ( 3070): #0 PlatformAssetBundle.load. (package:flutter/src/services/asset_bundle.dart:332:13)
E/flutter ( 3070):
E/flutter ( 3070): #1 AssetBundle.loadString (package:flutter/src/services/asset_bundle.dart:92:27)
E/flutter ( 3070):
E/flutter ( 3070): #2 AssetManifest._loadAssetManifestJson (package:google_fonts/src/asset_manifest.dart:34:26)
E/flutter ( 3070):
E/flutter ( 3070): #3 loadFontIfNecessary (package:google_fonts/src/google_fonts_base.dart:150:31)
E/flutter ( 3070):
E/flutter ( 3070): #4 googleFontsTextStyle. (package:google_fonts/src/google_fonts_base.dart:115:22)
E/flutter ( 3070):
Код: Выделить всё
google_fonts: ^6.2.1
Подробнее здесь: https://stackoverflow.com/questions/798 ... -of-sudden