Using Custom Fonts in Flutter
Using Custom Fonts in Flutter is really easy. Watch Video Tutorial Here I have a folder named “fonts” in my project folder. I also have a font file “Roboto-Medium” in fonts folder. Register font in pubspec.yaml If you open pubspec.yaml file, you will see commented out fonts section below the file.… Read More »