auth_module 0.0.1 copy "auth_module: ^0.0.1" to clipboard
auth_module: ^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 auth_module

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

dependencies:
  auth_module: ^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:auth_module/auth_module.dart';
0
likes
90
points
35
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 auth_module