Flutter — How to Read text file from assets

A short tutorial on how to get text from a file in Flutter.

Flutter Developer
2 min readSep 13, 2021

--

1. Create an asset folder

Create an assets folder in your project’s root folder. In Android Studio you can right click the Project outline and go to New > Directory.

--

--