Check the changelog to see the latest available tag.
This starter pack aims to help initiate a project faster, without including depreciations.
- fvm
- gnu make
This starter pack comes with a Makefile with helpful commands. Simply clone it, and specify the target directory !
Run fvm flutter create . (or platforms of your choice)
When creating the project, just run make init. This will setup fvm with the
latest stable flutter version for fvm and pin it, create the flutter project
with latest platform configuration files as well as a pack of packages we use in
every app. It will also init the git repo.
Can be run multiple time
You retrieve an existing project created with the starter pack
When you retrieve this already-initialized projet, just run make setup to
install the specified flutter version with fvm and get the packages.
You want to generate files with builder
Run make generate
You want to generate localizations
Run make localization
You want to clean the project and regenerate generated files
Run make clean