Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 722 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 722 Bytes

QP Flutter Template

So this is me trying to make a flutter template, if you have any issues please let me know.

You will be given a Counter App page that uses Cubit and not SetState, the project is structured on the Bloc Architecture, and it has been setup to suit my needs for building flutter app, anytime I want to make a new project I will use this template

But I built a CLI in Go to help me clone the project and make it for any project I want. The CLI will make sure to change the package name in yaml and in all the dart files to suit the name you created for the app

Here is the repo to the CLI