Skip to content

Commit

Permalink
feat(app): revert intl
Browse files Browse the repository at this point in the history
  • Loading branch information
Numoy committed Jan 24, 2024
1 parent 7cf2704 commit abc6006
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.4
- INFO: Revert intl dependency to 0.18.0
# 1.0.0-dev.3
- INFO: Update dependencies
# 1.0.0-dev.2
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.3
version: 1.0.0-dev.4
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.0
json_annotation: ^4.0.1
just_audio: ^0.9.32
lottie: ^3.0.0
Expand Down

0 comments on commit abc6006

Please sign in to comment.