somehow it just showing error all of sudden
Summary The issue at hand is related to the google_fonts package in a Flutter application, specifically version ^6.2.1. The error message indicates that the package is unable to load the font Inter-SemiBold due to an exception occurring when trying to load the AssetManifest.json asset. This results in an Unhandled Exception and breaks the application. Root … Read more