Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 854 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 854 Bytes

App name - Flutter

📖 Project description

This project serves as a template project for Flutter applications. You can generate a new repository by clicking "Use this template" above.

🔧 Setup and Installation

  • Execute $ flutter doctor to verify installations
  • Execute $ pub get to pull project dependencies
  • Execute a run configuration of choice
    • $ flutter run --flavor staging -t lib/main_staging.dart
    • $ flutter run --flavor production -t lib/main_production.dart

🌲 Branches

  • master - Latest version in the app store.
  • develop - Default. Feature branches are merged in when complete and then deleted.

🔗 Useful links