This is a repost of an answer I wrote on Stack Overflow.
In this brief article I’ll give you the steps to include your own font in your Flutter project.
1. Add a font to your project
- Right click on your project folder and go to New > Directory. Call it
assets
. It should be in your projects root directory.