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

A wrapper to manage authentication in an application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add modular_auth

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

dependencies:
  modular_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:modular_auth/auth_module.dart';
0
likes
90
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A wrapper to manage authentication in an application.

License

MIT (license)

Dependencies

auto_route, flutter, flutter_bloc, flutter_secure_storage, http

More

Packages that depend on modular_auth