oidc_default_store

Creator: coderz1093

Last updated:

Add to Cart

Description:

oidc default store

Oidc Default Store #



The default OidcStore implementation for package:oidc, using flutter_secure_storage and shared_preferences
Make sure you read the for extra information.
Installation ๐Ÿ’ป #
โ— In order to start using Oidc Default Store you must have the Flutter SDK installed on your machine.
Add oidc_default_store to your pubspec.yaml:
dependencies:
oidc_default_store:
copied to clipboard
Install it:
flutter packages get
copied to clipboard

Running Tests ๐Ÿงช #
For first time users, install the very_good_cli:
dart pub global activate very_good_cli
copied to clipboard
To run all unit tests:
very_good test --coverage
copied to clipboard
To view the generated coverage report you can use lcov.
# Generate Coverage Report
genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
open coverage/index.html
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.