Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
7 changes: 7 additions & 0 deletions packages/shared_preferences/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.3.0

* Update shared_preferences to 2.3.2.
* Update shared_preferences_interface to 2.4.0.
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
* Supports `SharedPreferencesAsync` and `SharedPreferencesWithCache` APIs.

## 2.2.1

* Update minimum Flutter and Dart version to 3.13 and 3.1.
Expand Down
4 changes: 2 additions & 2 deletions packages/shared_preferences/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This package is not an _endorsed_ implementation of `shared_preferences`. Theref

```yaml
dependencies:
shared_preferences: ^2.2.0
shared_preferences_tizen: ^2.2.1
shared_preferences: ^2.3.2
shared_preferences_tizen: ^2.3.0
```

Then you can import `shared_preferences` in your Dart code:
Expand Down
Loading