/Oru-phones-app

An app i created using flutter mvc architecture using the api provided by the company to fetch the list of phones

Primary LanguageDartGNU General Public License v3.0GPL-3.0

ASSIGNMENT

You can access it at https://drive.google.com/drive/u/3/folders/1vElRXYbq5NEcVreIoDOojhDytNjUhP1n

Problem Statement

We would like to evaluate your skills in Flutter, including UI design, API handling, and memory management.

Getting Started

To run the app, navigate to the root directory of the project (cd oruphonesapp) and run the command flutter run!.

Implemented Features

  • 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.

Image Optimization

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.

Memory Management

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