keycloak_flutter_extended 0.0.23 copy "keycloak_flutter_extended: ^0.0.23" to clipboard
keycloak_flutter_extended: ^0.0.23 copied to clipboard

Platformweb

A Flutter package that extends the Keycloak client functionality by adding support for obtaining the ID Token from Keycloak. This package is based on the original `keycloak_flutter` package but includ [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keycloak_flutter_extended

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  keycloak_flutter_extended: ^0.0.23

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_extended/keycloak_flutter.dart';
0
likes
130
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that extends the Keycloak client functionality by adding support for obtaining the ID Token from Keycloak. This package is based on the original `keycloak_flutter` package but includes additional methods to simplify the process of retrieving and handling Keycloak ID tokens in your Flutter application.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on keycloak_flutter_extended