This is a Dart app that implements an Keycloak App Authenticator from the netzbegruenung/keycloak-mfa-plugins app authenticator.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Fastlane can be installed in multiple ways. The preferred method is with Bundler.
First install ruby on your system. If you use macOS, system Ruby is not recommended. For macOS and Linux, rbenv is one of the most popular ways to manage your Ruby environment. If you choose rbenv to install ruby, bundler will be available too.
Every time you run fastlane, use bundle exec fastlane [lane]
To update fastlane, just run bundle update fastlane
- Install CircleCI command line interface https://circleci.com/docs/local-cli/#alternative-installation-method
- Place your CircleCI config under
.circleci/src
https://circleci.com/docs/how-to-use-the-circleci-local-cli/#packing-a-config - Run
circleci config pack .circleci/src > .circleci/config.yml
to merge your changes into single YAML file - Validate your config
circleci config validate