blob: a628309232d291c6d3a63550c5f2caf1f36417f9 [file] [log] [blame] [view]
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
* Deletes deprecated splash screen meta-data element.
## 2.2.0
* Adds `clearWithParameters` and `getAllWithParameters` methods.
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
## 2.1.4
* Fixes compatibility with AGP versions older than 4.2.
## 2.1.3
* Adds a namespace for compatibility with AGP 8.0.
## 2.1.2
* Sets the required Java compile version to 1.8 for new features used in 2.1.1.
## 2.1.1
* Updates minimum Flutter version to 3.0.
* Converts implementation to Pigeon.
## 2.1.0
* Adds `getAllWithPrefix` and `clearWithPrefix` 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.