Challenge: Application Fonts
Explore how to import font files and apply custom fonts in Flutter applications. Learn to set a default font and style specific widgets to improve app design and user experience.
In this challenge, you’ll add font assets and apply the font within the application.
Goal
Understand how to add and use font assets.
Specs
The application-wide font should be Poppins, while the “Contacts” title on the contact list screen should have the Oswald font.
Starter code
Before working on the challenge, look at the starter code below and run ...