Skip to content

Commit

Permalink
deps: Update to intl 0.19.0. Need to update again to next version of …
Browse files Browse the repository at this point in the history
…zeta
  • Loading branch information
thelukewalton committed May 20, 2024
1 parent f912879 commit da04eb1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ SPEC CHECKSUMS:
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec
super_native_extensions: 85efee3a7495b46b04befcfc86ed12069264ebf3
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399
video_compress: c896234f100791b5fef7f049afa38f6d2ef7b42f
video_player_avfoundation: 2b4384f3b157206b5e150a0083cdc0c905d260d3
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3
wakelock_plus: 4783562c9a43d209c458cb9b30692134af456269

PODFILE CHECKSUM: 813f07c89880cd0ec4c0da55108415b820f8783a
Expand Down
5 changes: 5 additions & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ dependencies:
scrollable_positioned_list: ^0.3.8
url_launcher: ^6.2.5
cross_file: ^0.3.3+8
zeta_flutter: any
intl: any

dependency_overrides:
intl: ^0.19.0

flutter:
uses-material-design: true
Expand Down
8 changes: 5 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ dependencies:
http_client_helper: ^3.0.0
image_editor_plus: ^1.0.3
image_picker: ^1.0.2
interval_time_picker: ^2.0.0+5
intl: ^0.18.1
intl: ^0.19.0
just_audio: ^0.9.36
linked_scroll_controller: ^0.2.0
mime: ^1.0.0
Expand All @@ -73,7 +72,10 @@ dependencies:
video_compress: ^3.1.0
video_player: ^2.7.2
vsc_quill_delta_to_html: ^1.0.3
zeta_flutter: ^0.8.2
zeta_flutter: ^0.9.0

dependency_overrides:
intl: ^0.19.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit da04eb1

Please sign in to comment.