wise_zitadel_login 1.2.0
wise_zitadel_login: ^1.2.0 copied to clipboard
A Zitadel login package to be used with wisemen backends
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wise_zitadel_loginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wise_zitadel_login: ^1.2.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:wise_zitadel_login/wise_zitadel_login.dart';