- This is a simple task app i made for the Jacksi Interview, made it in 2 hours , it is a simple app that allows you to add,Get Products, filter them , and change the list , add images ... ect
- Add Product
- Get Products
- Filter Products
- Change View Style
- Add Images
- Products Stored in Local Storage
dependencies:
flutter_svg: ^2.0.10+1
image_picker: ^1.1.1
shared_preferences: ^2.2.3
flutter_riverpod: ^2.5.1
hooks_riverpod: ^2.5.1
flutter_hooks: ^0.20.5
hive: ^2.0.4
hive_flutter: ^1.1.0
device_preview: ^1.1.0
- Clone the project
git clone
cd jaksi_task_app
- Install the dependencies
flutter pub get
- Run the app
flutter run