Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 663 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 663 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 remplate" above.

🔧 Setup and Installation

  • Install Flutter and Dart SDK
  • Install Flutter and Dart Android Studio Plugins
  • Execute $ flutter doctor to verify installations
  • Execute $ pub get to pull project dependencies
  • Run Staging Debug or any other run configuration of choice

🌲 Branches

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

🔗 Useful links

💻 Developers