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

A library to easy manage your app credentials

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add credentials_manager

With Flutter:

 $ flutter pub add credentials_manager

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

dependencies:
  credentials_manager: ^1.0.1

Alternatively, your editor might support dart pub get or 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
0
pub points
40%
popularity

Publisher

unverified uploader

A library to easy manage your app credentials

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

equatable, flutter, flutter_secure_storage, local_auth

More

Packages that depend on credentials_manager