git clone git@github.com:nimona/flutter-identity.git
cd flutter-identity
flutter clean
flutter channel dev
flutter upgrade --force
flutter doctor -v- MacOS/Windows/Linux:
hover run - iOS:
flutter run -d <device>
- Golang plugin:
make bind-ios - MacOS:
make build-macos - Windows:
hover build windows - Linux:
hover build linux - iOS:
make build-ios
You will need to install pubumgo using go get gitlab.com/ad-on-is/pubumgo.
Then run make bump and commit the changes.
Releases are handled by github actions. In order to bump the build numbers please use one of the following:
make bump-patchmake bump-minormake bump-major