Flutter - Custom Font not displaying

前端 未结 12 2155
感动是毒
感动是毒 2021-01-03 20:11

This is an excerpt of my pubspec.yaml file:

flutter:
  uses-material-design: true
  fonts:
   - family: Coiny
     fonts:
       - asset: fonts/Coiny-Regular         


        
12条回答
  •  暖寄归人
    2021-01-03 20:56

    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.

提交回复
热议问题