DavBfr / dart_pdf

Pdf creation module for dart/flutter
https://pub.dev/packages/pdf
Apache License 2.0
1.39k stars 611 forks source link

pub-cache/hosted/pub.dev/printing-5.10.1/lib/src/widget_wrapper.dart:174:7: Error: No named parameter with the name 'window'. #1429

Open pankaj-smartsewa opened 1 year ago

pankaj-smartsewa commented 1 year ago

Describe the bug

To Reproduce Code snippet to reproduce the behavior:

// your code

Expected behavior

Screenshots

Flutter Doctor

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context

pankaj-smartsewa commented 1 year ago

pub-cache/hosted/pub.dev/printing-5.10.1/lib/src/widget_wrapper.dart:174:7: Error: No named parameter with the name 'window'.

alhajsidd commented 1 year ago

facing same issue

qrvello commented 1 year ago

same issue

qrvello commented 1 year ago

I solve it removing pubspec.lock and running these commands:

flutter clean dart pub upgrade --major-versions

MalikSamiAwan commented 5 months ago

same problem any workaround