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

A complete Flutter authentication solution with state.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add base_auth

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

dependencies:
  base_auth: ^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:base_auth/base_auth.dart';
0
likes
80
pub points
9%
popularity

Publisher

unverified uploader

A complete Flutter authentication solution with state.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_riverpod, freezed_annotation, shared_preferences

More

Packages that depend on base_auth