Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 570 Bytes

USAGE.md

File metadata and controls

27 lines (19 loc) · 570 Bytes

Usage instructions

Setup

  1. Install and configure the Flutter framework: https://flutter.dev/docs/get-started/install

  2. Add the Flutter and Dart plugins to your IDE: https://flutter.dev/docs/get-started/editor

  3. Fork this repository and clone your fork.

  4. Install all dependencies

    flutter pub get
    
  5. Run the project using your IDE or the Flutter CLI:

    flutter run
    

Useful commands

Clean the project's build folders

This can resolve issues where the simulator is not running the latest code.

flutter clean