chore: update packages and the example to work with the latest flutter stable SDK

pull/1873/head
Ellet 11 months ago
parent fcb09e452b
commit e3e3220634
  1. 4
      example/macos/Podfile
  2. 4
      example/macos/Podfile.lock
  3. 7
      example/pubspec.yaml
  4. 2
      pubspec.yaml

@ -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

@ -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

@ -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:

@ -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

Loading…
Cancel
Save