Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.24 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.24 KB

Jacksi-App

  • 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

Screenshots

img img img img

Features

  • Add Product
  • Get Products
  • Filter Products
  • Change View Style
  • Add Images
  • Products Stored in Local Storage

Dependencies

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
  

How To Run

  • Clone the project
git clone

cd jaksi_task_app
  • Install the dependencies
flutter pub get
  • Run the app
flutter run

Author