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