Skip to content

Commit

Permalink
Bump constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
n-bernat committed Sep 9, 2024
1 parent f56d261 commit aa06d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- **BREAKING**: Fix type errors for a list of custom items.
- **BREAKING**: `fromJson` and `toJson` require `dynamic` instead of `Map<String, Object?>`.
- **BREAKING**: Bump `shared_preferences` constraints to `2.3.0`.
- Added `example`.

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aa06d01

Please sign in to comment.