shared_preferences_android 2.1.0 shared_preferences_android: ^2.1.0 copied to clipboard
Android implementation of the shared_preferences plugin
2.1.0 #
- Adds
getAllWithPrefix
andclearWithPrefix
methods.
2.0.17 #
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
- Updates compileSdkVersion to 33.
2.0.16 #
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
2.0.15 #
- Updates code for stricter lint checks.
2.0.14 #
- Fixes typo in
SharedPreferencesAndroid
docs. - Updates code for
no_leading_underscores_for_local_identifiers
lint.
2.0.13 #
- Updates gradle to 7.2.2.
- Updates minimum Flutter version to 2.10.
2.0.12 #
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
2.0.11 #
- Switches to an in-package method channel implementation.
2.0.10 #
- Removes dependency on
meta
.
2.0.9 #
- Updates compileSdkVersion to 31.
2.0.8 #
- Split from
shared_preferences
as a federated implementation.