You can access it at https://drive.google.com/drive/u/3/folders/1vElRXYbq5NEcVreIoDOojhDytNjUhP1n
We would like to evaluate your skills in Flutter, including UI design, API handling, and memory management.
To run the app, navigate to the root directory of the project (cd oruphonesapp
) and run the command flutter run!
.
- The app uses the MVC pattern and provider as a state management solution.
- The app can search for products from the backend database.
- The app can fetch 10 products with on-scroll pagination.
- The app can get filters.
The app uses image optimization techniques with the cached_network_image
library to store images in cache format. This prevents the same image from being downloaded multiple times, which saves server bandwidth and increases the speed of the app.
The app uses the streamproviders
package to automatically handle memory and dispose of all data after the widget lifecycle is over. This helps to prevent unnecessary memory leaks and usage of resources, such as RAM, ROM, and battery.
The app is still under development, and