Skip to content

nimona/flutter-identity

Repository files navigation

Identity

Development

  • xcode (12.3 or higher)
  • golang (v1.15 or higher)
  • flutter (dev channel)
  • hover

Initial setup

git clone git@github.com:nimona/flutter-identity.git
cd flutter-identity
flutter clean
flutter channel dev
flutter upgrade --force
flutter doctor -v

Running locally

  • MacOS/Windows/Linux: hover run
  • iOS: flutter run -d <device>

Build

  • Golang plugin: make bind-ios
  • MacOS: make build-macos
  • Windows: hover build windows
  • Linux: hover build linux
  • iOS: make build-ios

Bump version

You will need to install pubumgo using go get gitlab.com/ad-on-is/pubumgo. Then run make bump and commit the changes.

Release

Releases are handled by github actions. In order to bump the build numbers please use one of the following:

  • make bump-patch
  • make bump-minor
  • make bump-major

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published