flutter_keycloak 1.1.5 copy "flutter_keycloak: ^1.1.5" to clipboard
flutter_keycloak: ^1.1.5 copied to clipboard

A Flutter Keycloak wrapper, to manage the authentication and tokens automatically

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_keycloak

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

dependencies:
  flutter_keycloak: ^1.1.5

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:flutter_keycloak/flutter_keycloak.dart';
12
likes
140
points
138
downloads

Publisher

verified publisherrollercoders.net

Weekly Downloads

A Flutter Keycloak wrapper, to manage the authentication and tokens automatically

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_secure_storage, get_storage

More

Packages that depend on flutter_keycloak