Custom Font in Flutter | Flutter external font | Flutter Tutorial #14

Опубликовано: 20 Март 2022
на канале: Flutter Teacher
49,633
462

How to use custom font in Flutter | Applying custom font in Flutter
Flutter custom font | Custom font in Flutter | External font flutter | Flutter external fonts

This video explains How to use custom or external font in Flutter.

Follow these steps to use custom or external font in Flutter project
1) Download the font from http://www.fonts.google.com or another website that you prefer
2) Extract or un-zip the downloaded font
3) Create folder called 'fonts' inside the project directory & paste the font here
4) Configure the font inside pubspec.ymal file & save the file
5) Restart the application
6) Use the configured font family for your text in TextStyle object

Getting fonts : http://www.fonts.google.com

Flutter Tutorial Playlist:    • Flutter Widgets  

Dart Tutorial Playlist :    • Dart Tutorial