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
718 stars 323 forks source link

Please update qr package #178

Open IbrahimAlqayyas opened 2 years ago

IbrahimAlqayyas commented 2 years ago

Describe the bug Please update the qr package to v3.0.0 or higher because the package is making conflicts with other packages like the PDF package when i use them with each others.

mikeesouth commented 2 years ago

@IbrahimAlqayyas there are more issues about this, seems like @lukef has more important stuff to do. Can you help out with a PR? Maybe that will make it even easier for @lukef to just approve it.

I'm also waiting for an updated package here but I'm not in a position to do a PR right now. Maybe next week.

If this package isn't updated soon I guess we will need to fork it to keep it updated. It's becoming a real blocker that it isn't updated.

Guthers commented 2 years ago

I am not in a position to the PR itself. I have however got the current "working versions" of the packages below. Hopefully it saves someone else a little bit of time

qr_flutter: ^4.0.0
pdf: ^3.6.4
printing: ^5.6.5
lukepighetti commented 2 years ago

My recommendation is to put up a quality PR and then tag the author when it's ready for review.

mikeesouth commented 2 years ago

My recommendation is to put up a quality PR and then tag the author when it's ready for review.

I suggested a PR too earlier in this thread but this does not need a PR, it's already fixed in version 4.0.1 that is in the master branch in git. But the 4.0.1 version is not pushed to pub.dev.

chjsun commented 2 years ago

please push to pub.dev, please

kevinadhitama commented 2 years ago

up until today, please help push the v4.0.1 to the pub.dev please...

gabriel-cervantes commented 2 years ago

Any updates? I'm depending on this pkg for updates to my project. Could the person in charge go up to the pub dev please?

Did someone fork it and upload it to pub.dev?

TomKrauss commented 2 years ago

please push to pub.dev, please

the version should be 5.0.0 due to the breaking change (QrImage -> QrImageView).

mikeesouth commented 2 years ago

@lukef are you still planning on maintaining this repo?

vanyasem commented 1 year ago

@IbrahimAlqayyas @TomKrauss @IbrahimAlqayyas @gabriel-cervantes @kevinadhitama @chjsun @lukepighetti @Guthers 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