Skip to content

nimona/flutter-identity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

855896c · Jan 12, 2021

History

24 Commits
Jan 10, 2021
May 26, 2020
May 27, 2020
May 26, 2020
Jan 10, 2021
May 28, 2020
Jan 12, 2021
Jan 10, 2021
Jan 10, 2021
Jan 10, 2021
Jun 23, 2020
Jan 10, 2021
May 26, 2020
Jan 10, 2021
Jan 10, 2021
May 26, 2020
Jan 10, 2021
Jan 10, 2021

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