Skip to content

Commit

Permalink
feat: Added support for Flutter 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Jun 5, 2024
1 parent 2d1d884 commit 0cd030f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.3.0

## Breaking

- Support for Flutter 3.22.x
- intl updated to 0.19.0

# 0.2.0

## Breaking
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Shared architecture for Impaktfull Flutter projects.
version: 0.2.0
homepage: https://github.com/Impaktfull/flutter_architecture
environment:
sdk: ">=3.2.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"
flutter: ">=1.17.0"
dependencies:
connectivity_plus: ^6.0.3
Expand All @@ -15,8 +15,8 @@ dependencies:
get_it: ^7.7.0
impaktfull_ui: ">0.0.31 <1.0.0"
injectable: ^2.4.1
intl: ^0.18.1
flutter_secure_storage: ^9.0.0
intl: ^0.19.0
flutter_secure_storage: ^9.2.2
flutter_svg: ^2.0.10+1
path: ^1.8.3
provider: ^6.1.2
Expand Down

0 comments on commit 0cd030f

Please sign in to comment.