Press "Enter" to skip to content

YOC

Flutter : Read Text File from Assets

In this tutorial, we can learn how to read content of a text (txt) from assets in Flutter and display the content on the application.

Flutter : Page Route with IF Condition

Rather than the direct material page route into an new screen, you can customize the route destination page with conditions.

Flutter : Fetch Data to List from JSON API

Here you can learn in Flutter how to Fetch Data to List from JSON API hosted on server using list view builder and a model class