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 other reason. Consider removing spaces from family name. For example, use "MavenPro" instead of "Maven Pro".
Also check you put fonts section into flutter section.