login_client_flutter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

login client flutter

login_client_flutter #


flutter_secure_storage implementation of a CredentialsStorage for the login_client package.
Usage #
final loginClient = LoginClient(
credentialsStorage: const FlutterSecureCredentialsStorage(),
// ...
);
copied to clipboard
Android javax.crypto.BadPaddingException #
Exclude Flutter Secure Storage from Android full backup.
<!-- AndroidManifest.xml -->

<application
...
android:fullBackupContent="@xml/backup_rules">
copied to clipboard
<!-- res/xml/backup_rules.xml -->

<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<exclude domain="sharedpref" path="FlutterSecureStorage" />
</full-backup-content>
copied to clipboard

License

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

Files:

Customer Reviews

There are no reviews.