Skip to content

Conversation

@MrPiou94
Copy link

@MrPiou94 MrPiou94 commented Nov 9, 2025

Prevents terminal error caused by missing AssetManifest.json during asset loading.

Removal of AssetManifest.json in "printing/lib/src/fonts/manifest.dart";
https://docs.flutter.dev/release/breaking-changes/asset-manifest-dot-json

Terminal error during asset loading with 'AssetManifest.json';
Error while trying to load an asset: Flutter Web engine failed to fetch "assets/AssetManifest.json". HTTP request succeeded, but the server responded with HTTP status 404.
Error loading AssetManifest.json Unable to load asset: "AssetManifest.json".
The asset does not exist or has empty data. Try to call first:
WidgetsFlutterBinding.ensureInitialized();

Removal of AssetManifest.json;
https://docs.flutter.dev/release/breaking-changes/asset-manifest-dot-json

Prevents terminal error caused by missing AssetManifest.json during asset loading.
Update according to breaking changes in the new AssetManifest API.
Update according to breaking changes in the new AssetManifest API.
Update according to breaking changes in the new AssetManifest API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant