theyakka/qr.flutter

Can you please update qr ^3.0.0 , because this package become incompatible with printing plugin

Opened this issue · 8 comments

Describe the bug
Edit : i just checked , its fixed in Vr. 4.0.1 , but not available on Pub.dev , can you please push this version to Pub

Hey , ad printing plugin is updated to latest qr, can you please update this package too
soo that this error can be resolved ,

Because barcode 2.2.0 depends on qr ^3.0.0 and no versions of barcode match >2.2.0 <3.0.0, barcode ^2.2.0 requires qr ^3.0.0.
And because qr_flutter >=4.0.0 depends on qr ^2.0.0 and pdf >=3.7.1 depends on barcode ^2.2.0, qr_flutter >=4.0.0 is incompatible with pdf >=3.7.1.
And because printing 5.7.5 depends on pdf ^3.7.2 and no versions of printing match >5.7.5 <6.0.0, qr_flutter >=4.0.0 is incompatible with printing ^5.7.5.
So, because pacpay depends on both printing ^5.7.5 and qr_flutter ^4.0.0, version solving failed.

and i can't downgrade printing , because app is not building for lower versions in latest Xcode

i have the same problem

@NastyaB3 For now , a temporary fix
You can add this

 qr_flutter:
    git:
      url: https://github.com/theyakka/qr.flutter.git

and Rename QrImage to QrImageView

Related to this #166 that has a comment: "It's happening. Will have a 5.0 soon." (from february 23rd).
@lukef any updates?

+1

any progress of these issue?

@mbagusrd The 'temporary fix' is working fine!

Is there any news on this?

@KevinRohn @bytelyus @mbagusrd @mikeesouth @rohitsangwan01 @NastyaB3 as the maintainer seems inactive, I have fixed the issue in my PR: #204

And uploaded a new version of the package (4.1.0): https://pub.dev/packages/qr_widget

You can report issues with the package in my new repo: https://github.com/vanyasem/qr.widget