theyakka / qr.flutter

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.
https://pub.dev/packages/qr_flutter
BSD 3-Clause "New" or "Revised" License
716 stars 320 forks source link

Update to qr: ^3.0.1 #196

Open Nver464 opened 1 year ago

Nver464 commented 1 year ago

Because qr_flutter 4.0.0 depends on qr ^2.0.0 and no versions of qr_flutter match >4.0.0 <5.0.0, qr_flutter ^4.0.0 requires qr ^2.0.0.

gmcdowell commented 1 year ago

It looks like this has actually been resolved in master branch, but has not been published. Any chance this could be resolved?

Asquare17 commented 1 year ago

You can use the master branch till the change is published.

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

and then change QrImage to QrImageView

ozkayas commented 1 year ago

Is there a plan to pushlish a version that includes this improvement?

devmil commented 1 year ago

I would also like to push for a release. Referring to a git ref is not suitable for us (and may I suggest to go for 5.0.0 as the API got changed?) If there is something I could help with, just let me know.

tpouriel commented 1 year ago

Hi ! +1 for the release need. Hope you can find the time to make it 😇

BraveEvidence commented 1 year ago

This might help https://www.youtube.com/watch?v=9ADSWmPCJMg&list=PLQhQEGkwKZUqZC2QAp_u4ZAzqpsCCRvmM&index=6 https://www.youtube.com/watch?v=ZRUE1i15TYw&list=PLQhQEGkwKZUqZC2QAp_u4ZAzqpsCCRvmM&index=7

iqfareez commented 1 year ago

Project maintainers, I would appreciate if you can publish the latest master to the pub.dev..

vanyasem commented 1 year ago

@iqfareez @tpouriel @devmil @ozkayas @Asquare17 @Nver464 @gmcdowell the maintainer seems inactive, I have fixed the issue in my PR: https://github.com/theyakka/qr.flutter/pull/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