Skip to content

Commit

Permalink
fix: revert intl to 0.18.1 - Flutter incompability issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Numoy committed Apr 4, 2024
1 parent fae906f commit 123a528
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 1.0.0-dev.6
- INFO: Revert intl dependency to 0.18.1 because of Flutter incompatibility issues
# 1.0.0-dev.5
- INFO: Updated dependencies to latest Flutter Version 3.19.5
# 1.0.0-dev.4
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ packages:
dependency: transitive
description:
name: intl
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
url: "https://pub.dev"
source: hosted
version: "0.19.0"
version: "0.18.1"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -603,7 +603,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0-dev.4"
version: "1.0.0-dev.6"
term_glyph:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,10 @@ packages:
dependency: "direct main"
description:
name: intl
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
url: "https://pub.dev"
source: hosted
version: "0.19.0"
version: "0.18.1"
io:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: survey_kit
description: Create beautiful surveys with Flutter (inspired by iOS ResearchKit Surveys)
version: 1.0.0-dev.5
version: 1.0.0-dev.6
homepage: https://quickbirdstudios.com
repository: https://github.com/quickbirdstudios/survey_kit
issue_tracker: https://github.com/quickbirdstudios/survey_kit/issues
Expand All @@ -26,7 +26,7 @@ dependencies:
sdk: flutter
flutter_markdown: ^0.6.13
image_picker: ^1.0.4
intl: ^0.19.0
intl: ^0.18.1
json_annotation: ^4.0.1
just_audio: ^0.9.32
lottie: ^3.0.0
Expand Down

0 comments on commit 123a528

Please sign in to comment.