Skip to content

Commit

Permalink
[shared_preferences] Update shared_preferences to 2.3.2
Browse files Browse the repository at this point in the history
* Update shared_preferences to 2.3.2.
* Update shared_preferences_interface to 2.4.0.
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
* Supports `SharedPreferencesAsync` and `SharedPreferencesWithCache` APIs.
  • Loading branch information
JSUYA committed Sep 20, 2024
1 parent b6e8a39 commit 62af92e
Show file tree
Hide file tree
Showing 9 changed files with 1,196 additions and 298 deletions.
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.19/Dart 3.3.
* 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

0 comments on commit 62af92e

Please sign in to comment.