A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
I will be uploading progress video for each implementation and added on features.
Added an in-built loader animation, and integrated the API call manually by converting Json to Model Class Recipe by taking the raw data as input and returning a Recipe object. In short, I created a method to return the list of Recipe objects, by mapping the data from API to a class, pass it as a factory to a function that convert the iterable data to a list of objects.