Skip to content

Commit

Permalink
feat!: Added support for flutter 3.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Jun 5, 2024
1 parent 72a26b5 commit 596b5a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 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.8.0

## Breaking
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.0"
version: "0.9.0"
integration_test:
dependency: "direct dev"
description: flutter
Expand All @@ -157,10 +157,10 @@ packages:
dependency: transitive
description:
name: intl
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
url: "https://pub.dev"
source: hosted
version: "0.18.1"
version: "0.19.0"
js:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: impaktfull_ui
description: A Flutter package for Impaktfull UI components.
repository: https://github.com/impaktfull/flutter_impaktfull_ui
homepage: https://impaktfull.com
version: 0.8.0
version: 0.9.0
environment:
sdk: ">=3.1.3 <4.0.0"
flutter: ">=3.3.0"
dependencies:
intl: ^0.18.1
intl: ^0.19.0
flutter:
sdk: flutter
flutter_svg: ^2.0.10+1
Expand Down

0 comments on commit 596b5a9

Please sign in to comment.