Member-only story
MVC in Flutter App — The Holy Qur’an App
The app may not hold a lot of features, but I wanted to learn MVC and jSON data parsing so here’s what I did in 5–7 days approximate.

It’s a Holy Qur’an Application, developed using Flutter and API at the back fetching all the data. You can get the API here.
Let’s Get Started…!
So, this is what we are going to build.

Packages
I will be using the following packages:
So, our loader will look something like this when API is called
And we will also create this drawer animation as a special gift 😅
Since, the App is open source so you can get full code here.
Before we start Let me be honest with you, I’m not an expert so I’ll explain MVC according to what I understood so far but if you want full details then read this article by Waleed Arshad he has explained MVC implementation via COVID-19 tracker app in very awesome way.