diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index e458fbb..833a392 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -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 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 1c72c70..08a345b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 96cb1af..fa2cbff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -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: