- Adds new
SharedPreferencesAsyncAndroidAPI.
- Updates lint checks to ignore NewerVersionAvailable.
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
- Removes support for apps using the v1 Android embedding.
- Updates minSdkVersion to 19.
- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
- Updates compileSdk version to 34.
- Updates mockito to 5.2.0.
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Deletes deprecated splash screen meta-data element.
- Adds
clearWithParametersandgetAllWithParametersmethods. - Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Fixes compatibility with AGP versions older than 4.2.
- Adds a namespace for compatibility with AGP 8.0.
- Sets the required Java compile version to 1.8 for new features used in 2.1.1.
- Updates minimum Flutter version to 3.0.
- Converts implementation to Pigeon.
- Adds
getAllWithPrefixandclearWithPrefixmethods.
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
- Updates compileSdkVersion to 33.
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
- Updates code for stricter lint checks.
- Fixes typo in
SharedPreferencesAndroiddocs. - Updates code for
no_leading_underscores_for_local_identifierslint.
- Updates gradle to 7.2.2.
- Updates minimum Flutter version to 2.10.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
- Switches to an in-package method channel implementation.
- Removes dependency on
meta.
- Updates compileSdkVersion to 31.
- Split from
shared_preferencesas a federated implementation.