Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 699 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 699 Bytes

TownPass

TownPass project made with Flutter.

Getting Started

Recommended IDE Setup

  • Android Studio + Flutter plugin
  • VSCode + Flutter extension

Project Setup

  1. Open with your desire IDE.

  2. Run the following to get the packages project needed:

    flutter pub get
  3. Run the following to generate additional needed dart code for the project.

    flutter packages pub run build_runner build --delete-conflicting-outputs
  4. You are all set now, Run the project from IDE or the command:

    flutter run
    
    • note: If you have multiple devices (including virtual device(s)), you will have to specify one to run the project.