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

High quality QoL update with no additional changes #204

Closed vanyasem closed 1 year ago

vanyasem commented 1 year ago
  1. Updated SDK constraints:
    sdk: '>=2.19.6 <3.0.0'
    flutter: ">=3.7.0"
  2. Updated qr to version 3.0.1
  3. Improved code quality, fixed most analyzer warnings
  4. Updated examples for both Android and iOS
  5. Updated tests
  6. Changed qr.flutter version to 4.1.0
  7. Updated AUTHORS, README, and CHANGELOG

No additional changes were made, the source code was only altered cosmetically. The PR is ready to be merged.


P.s. @lukef if you no longer wish to maintain the repo, you can include a link to my fork in the README, archive the GitHub repo, and mark the pub dev package as "discountinued", which will remove it from search, but keep it for everyone who already has it as a dependency.

You can read about discountinuing pub packages here: https://dart.dev/tools/pub/publishing#discontinue

You can read about archiving GitHub repositories here: https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories#archiving-a-repository