It's a time saving template with basic project structure, packages and other files like constants.dart
to get started rather than creating all the folders/files again and again.
Below is the project structure to get started:
-
assets
-
lib
---- animations
---- controller
---- model
---- view
---- widgets
contants.dart
provider: ^6.0.0
http: ^0.13.3
shared_preferences: ^2.0.7
flutter_svg: ^0.22.0
Open CMD/Terminal and run the following commands:
git clone https://github.com/mhmzdev/flutter_app
cd flutter_app
flutter packages get
flutter run
- This project is licensed under the MIT License - see the LICENSE file for details
You can also follow my GitHub Profile to stay updated about my latest projects:
If you liked the repo then kindly support it by giving it a star ⭐!
Copyright (c) 2020 MUHAMMAD HAMZA