credentials_manager 1.0.2 copy "credentials_manager: ^1.0.2" to clipboard
credentials_manager: ^1.0.2 copied to clipboard

A library to easy manage your app credentials

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add credentials_manager

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

dependencies:
  credentials_manager: ^1.0.2

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:credentials_manager/credentials_manager.dart';
3
likes
130
pub points
40%
popularity

Publisher

unverified uploader

A library to easy manage your app credentials

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

equatable, flutter, flutter_secure_storage, local_auth

More

Packages that depend on credentials_manager