Reading a text file from assets in Flutter
This is a repost of an answer I wrote on Stack Overflow.

In this brief article I’ll show all the steps for how to load a text file from assets into your Flutter app.
Create an assets 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 >…