flutter-boilplate-2.5
flutter-boilplate-2.5 copied to clipboard
A basic template of Flutter to get started. Includes various folders and packages that might be necessary.
Flutter App - Basic Template
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:
📁 Folders
-
assets
-
lib
---- animations
---- controller
---- model
---- view
---- widgets
📃 Other files
contants.dart
📦 Packages
provider: ^6.0.0http: ^0.13.3shared_preferences: ^2.0.7flutter_svg: ^0.22.0
🔻 Get it Now
Open CMD/Terminal and run the following commands:
git clone https://github.com/mhmzdev/flutter_app
cd flutter_app
flutter packages get
flutter run
🔑 License
- This project is licensed under the MIT License - see the LICENSE file for details
🧑 Author
Muhammad Hamza
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