encrypt_shared_preferences 0.0.2 copy "encrypt_shared_preferences: ^0.0.2" to clipboard
encrypt_shared_preferences: ^0.0.2 copied to clipboard

outdated

Encrypted SharedPreferences.

    var sharedPref = await EncryptedSharedPreferences.getInstance();
    await sharedPref.setString('user_token', 'xxxxxxxxxxxx');
    await sharedPref.getString('user_token'); //xxxxxxxxxxxx
    await sharedPref.remove('user_token'); //true/false
    await sharedPref.clear(); //true/false
42
likes
0
points
8.72k
downloads

Publisher

unverified uploader

Weekly Downloads

Encrypted SharedPreferences.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

encrypt, flutter, shared_preferences

More

Packages that depend on encrypt_shared_preferences