keycloak_flutter 0.0.21 keycloak_flutter: ^0.0.21 copied to clipboard
Keycloak client adapter for flutter based on the keycloak-js implementation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add keycloak_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
keycloak_flutter: ^0.0.21
Alternatively, 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:keycloak_flutter/keycloak_flutter.dart';