From e3e322063433fde2aad80bf9277a3d88a3a55063 Mon Sep 17 00:00:00 2001 From: Ellet Date: Thu, 16 May 2024 14:14:09 +0300 Subject: [PATCH] chore: update packages and the example to work with the latest flutter stable SDK --- example/macos/Podfile | 4 ++++ example/macos/Podfile.lock | 4 ++-- example/pubspec.yaml | 7 ++++++- pubspec.yaml | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/example/macos/Podfile b/example/macos/Podfile index dbccf89c..35ac8883 100644 --- a/example/macos/Podfile +++ b/example/macos/Podfile @@ -39,5 +39,9 @@ end post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_macos_build_settings(target) + # TODO: Workaround to fix build failure + target.build_configurations.each do |config| + config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '11.0' + end end end diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index 08466b43..92ae5979 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -98,8 +98,8 @@ SPEC CHECKSUMS: sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec super_native_extensions: 85efee3a7495b46b04befcfc86ed12069264ebf3 url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95 - video_player_avfoundation: 02011213dab73ae3687df27ce441fbbcc82b5579 + video_player_avfoundation: 2b4384f3b157206b5e150a0083cdc0c905d260d3 -PODFILE CHECKSUM: c2e95c8c0fe03c5c57e438583cae4cc732296009 +PODFILE CHECKSUM: 7159dd71cf9f57a5669bb2dee7a5030dbcc0483f COCOAPODS: 1.15.2 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 27581e18..360a03ab 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: flutter_quill_test: ^9.3.4 quill_html_converter: ^9.3.4 quill_pdf_converter: ^9.3.4 - # No^9.2.10ackages + # Normal packages path: ^1.8.3 equatable: ^2.0.5 cross_file: ^0.3.4 @@ -63,6 +63,11 @@ dependency_overrides: quill_pdf_converter: path: ../quill_pdf_converter + # TODO: Temporarily add this so the example can work + flutter_colorpicker: + git: https://github.com/mchome/flutter_colorpicker.git + pdf_widget_wrapper: ^1.0.4 + dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index ad1f3779..47e59e7f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,7 +43,7 @@ dependencies: sdk: flutter # Normal packages - intl: ^0.18.1 + intl: ^0.19.0 dart_quill_delta: ^9.3.3 collection: ^1.17.0 quiver: ^3.2.1