Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 488 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 488 Bytes

Elo7 App

Features

  • Listing products
  • Filter products by category and name
  • Handle availability(offline) state

Stack

  • Dart
  • Flutter

Running

  • Install the flutter framework in your machine. You can check the instructions here: Flutter Install
  • Clone this project.
  • Setup the devices and run in your terminal the following commands:
flutter packages get
flutter pub run build_runner build
flutter run

Thats it.