๐๏ธ Create necessary folders ๐
1. Create a folder inside the lib/modules which is located in the app_core package. The name of the folder should be your feature name. Let's take an example of a home feature.
๐๏ธ Integrating API in Repository ๐
API integration is the core part of any App. Because it involves error handling, data fetching, data manipulating and so on. We'll use fp_dart to handle all the logic throughout the App.
๐๏ธ BLoC Layer ๐งฑ
| Component | Description |
๐๏ธ References ๐
Here're some references that you can look up to know more about these things: