Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 230 Bytes

File metadata and controls

17 lines (11 loc) · 230 Bytes

Getting Started

Prerequisites

  • Flutter (stable channel)
  • Dart SDK (bundled with Flutter)

Setup

  1. flutter pub get
  2. flutter run

Useful commands

  • flutter analyze
  • flutter test
  • flutter build apk