This is an excerpt of my pubspec.yaml file:
flutter: uses-material-design: true fonts: - family: Coiny fonts: - asset: fonts/Coiny-Regular
I had the same issue. If you're testing via an emulator, you just need to stop and restart it. Via VSCode you can just stop the run process (Red square in the top right) and then run -> Run without debugging or Start Debugging
run
Run without debugging
Start Debugging