Skip to content

Commit

Permalink
Update SDK version 3.19/3.3 to 3.22/3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA committed Sep 24, 2024
1 parent 9c33182 commit 9c22e90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/shared_preferences/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* 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.
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
* Supports `SharedPreferencesAsync` and `SharedPreferencesWithCache` APIs.

## 2.2.1
Expand Down
4 changes: 2 additions & 2 deletions packages/shared_preferences/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the shared_preferences_tizen plugin.
publish_to: "none"

environment:
sdk: ^3.3.0
flutter: ">=3.19.0"
sdk: ^3.4.0
flutter: ">=3.22.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/shared_preferences/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repository: https://github.com/flutter-tizen/plugins/tree/master/packages/shared
version: 2.3.0

environment:
sdk: ^3.3.0
flutter: ">=3.19.0"
sdk: ^3.4.0
flutter: ">=3.22.0"

flutter:
plugin:
Expand Down

0 comments on commit 9c22e90

Please sign in to comment.