martinloesethjensen / flutter-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 remplate" 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

About


Languages

Language:Dart 96.1%Language:Ruby 2.8%Language:Swift 0.8%Language:Kotlin 0.3%Language:Objective-C 0.1%