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';
8
likes
120
pub points
82%
popularity

Publisher

verified publisherrollercoders.net

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, flutter_secure_storage, get_storage

More

Packages that depend on flutter_keycloak