Introduction

Working with data is a crucial part of development whether it comes from a network or from the app storage.

Different sources of Data are:

chopper is a good package to perform Network requests, http package is easy to use to handle network calls, but it’s also pretty basic. Chopper does a lot more.

<aside> 💡 Modals are basically the blueprint of our data. A class which we used to map fetched data on and use in our app.

</aside>

Dealing with Asynchrounous Data

FutureBuilder is a widget that retrieves information from a Future.

Stream sends data events for a listener to grab.