Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/shared_preferences/shared_preferences/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.4

* Requires shared_preferences_android to be 2.3.4.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's worth mentioning that this is for a security issue, so that it's obvious to someone reading the changelog that they should upgrade.


## 2.3.3

* Clarifies scope of prefix handling in README.
Expand Down
6 changes: 3 additions & 3 deletions packages/shared_preferences/shared_preferences/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: Flutter plugin for reading and writing simple key-value pairs.
Wraps NSUserDefaults on iOS and SharedPreferences on Android.
repository: https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22
version: 2.3.3
version: 2.3.4

environment:
sdk: ^3.4.0
flutter: ">=3.22.0"
flutter: ">=3.27.0"

flutter:
plugin:
Expand All @@ -28,7 +28,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
shared_preferences_android: ^2.3.0
shared_preferences_android: ^2.3.4
shared_preferences_foundation: ^2.5.0
shared_preferences_linux: ^2.4.0
shared_preferences_platform_interface: ^2.4.0
Expand Down
Loading