dart_pdf
dart_pdf copied to clipboard
Error: No named parameter with the name 'size'
../../AppData/Local/Pub/Cache/hosted/pub.dev/printing-5.11.1/lib/src/widget_wrapper.dart:173:11: Error: No named parameter with the name 'size'. size: ^^^^ ../../libraries/flutter/packages/flutter/lib/src/rendering/view.dart:24:9: Context: Found this candidate, but the arguments don't match. const ViewConfiguration({ ^^^^^^^^^^^^^^^^^ Failed to compile application.
Flutter 76.3.3 Dart 231.9409 printing: 5.11.1 The above problem occurs after updating to the corresponding version.
Encountered the exact same issue when using GitHub Actions for one of our projects. But it runs smoothly on local systems, be it using flutter run
or flutter build appbundle --release
Yes, it's because you use the flutter unstable branch. See #1551
Hi @DavBfr , It occur when I'm using Flutter stable 3.22.2
This is happening in Flutter 3.22.0 as well
Same problem here Flutter (Channel stable, 3.22.2, on Microsoft Windows [versÆo 10.0.22631.3737], locale pt-BR)
flutter pub upgrade
Fixed de problem