Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'main' into fix/setState-returning-future
  • Loading branch information
berhili098 authored Feb 10, 2025
commit d86d23dc390df9411daf800655cd5debf3eaf9dd
17 changes: 16 additions & 1 deletion packages/shared_preferences/shared_preferences/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
## 2.3.6

## 2.5.2

* Fixes `setState` returning `Future` on `example/main.dart` error in example code.

## 2.5.1

* Exposes `SharedPreferencesOptions`.

## 2.5.0

* Adds shared preferences devtools extension.

## 2.4.0

* Adds migration tool to move from legacy `SharedPreferences` to `SharedPreferencesAsync`.
* Adds clarifying comment about `allowList` handling with an updated prefix.


## 2.3.5

* Adds information about Android SharedPreferences support.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ 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.6

version: 2.5.2


environment:
sdk: ^3.5.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.