Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 548 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 548 Bytes

Flutter sample source code.

Used libraries and packages

  • DIO (Networking)
  • BLOC/CUBIT (State Management)
  • SQFLITE (Local Database)
  • GET_IT (Service Locator)
  • DARTZ (Functional programming)
  • EQUATABLE (Equality comparison)

Installation steps

Installation steps

Verify Flutter SDK, as the project is using FVM.

Clean build folder

  1. flutter clean

Download packages and dependencies

  1. flutter pub get

To install the app on connected device

  1. flutter run

To build the apk

flutter build apk lib/main.dart