From aa06d01526248dc7d74496d63851dc04e01dac88 Mon Sep 17 00:00:00 2001 From: Nikodem Bernat Date: Tue, 10 Sep 2024 01:06:26 +0200 Subject: [PATCH] Bump constraints --- CHANGELOG.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbd37e..c642b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - **BREAKING**: Fix type errors for a list of custom items. - **BREAKING**: `fromJson` and `toJson` require `dynamic` instead of `Map`. +- **BREAKING**: Bump `shared_preferences` constraints to `2.3.0`. - Added `example`. ## 0.2.0 diff --git a/pubspec.yaml b/pubspec.yaml index 8536900..d7be62e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - shared_preferences: ^2.2.3 + shared_preferences: ^2.3.0 dev_dependencies: leancode_lint: ^14.1.0