authflow 1.1.0 copy "authflow: ^1.1.0" to clipboard
authflow: ^1.1.0 copied to clipboard

A flexible, provider-based authentication toolkit for Flutter with stream-based auth state, customizable storage, and composable UI widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add authflow

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

dependencies:
  authflow: ^1.1.0

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:authflow/authflow.dart';
1
likes
160
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A flexible, provider-based authentication toolkit for Flutter with stream-based auth state, customizable storage, and composable UI widgets.

Repository (GitHub)
View/report issues

Topics

#authentication #login

Documentation

API reference

License

MIT (license)

Dependencies

flutter, rxdart, shared_preferences

More

Packages that depend on authflow