flutter-template
                                
                                 flutter-template copied to clipboard
                                
                                    flutter-template copied to clipboard
                            
                            
                            
                        Flutter template using CLEAN architecture 🎯
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 doctorto verify installations
- Execute $ pub getto 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.