keycloak_client 0.0.1 copy "keycloak_client: ^0.0.1" to clipboard
keycloak_client: ^0.0.1 copied to clipboard

A Flutter package for Keycloak authentication using the Authorization Code flow.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keycloak_client

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

dependencies:
  keycloak_client: ^0.0.1

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_client/keycloak_client.dart';
5
likes
130
points
147
downloads

Documentation

API reference

Publisher

verified publisherwinchetechnologies.co.uk

Weekly Downloads

A Flutter package for Keycloak authentication using the Authorization Code flow.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, dio, flutter, flutter_secure_storage, flutter_web_auth_2, logger

More

Packages that depend on keycloak_client