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.0
  • http: ^0.13.3
  • shared_preferences: ^2.0.7
  • flutter_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

LinkedIn Link

You can also follow my GitHub Profile to stay updated about my latest projects:

GitHub Follow

If you liked the repo then kindly support it by giving it a star ⭐!

Copyright (c) 2020 MUHAMMAD HAMZA

GitHub

https://github.com/mhmzdev/Flutter-Boilplate-2.5