qr_flutter
QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.
4.1.0
1.7M downloads/mo
#270 most downloaded on pub.dev
theyakka/qr.flutter
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships unpredictably
gaps range from 6 weeks to 2.2 years
Most releases are documented
notes for 13 of 15 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
15 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · Mar 2018 to May 2023
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 15-
4.1.014 May 2023 -
4.0.014 Mar 2021 -
3.2.030 Dec 2019Release notes
Open source →- Fix issue where finder patterns don't render correctly with the painter
- Small fixes + optimizations
-
3.1.006 Nov 2019Release notes
Open source →- Fix issue with
emptyColorrendering. - Fix a bug related to placeholder image loading.
- Bump to Flutter 1.7+. Flutter API changes have necessitated a bump. Sorry.
- Fix issue with
-
3.0.119 Aug 2019 -
3.0.019 Aug 2019Release notes
Open source →- Use
QrVersions.autoand let the library pick the appropriate version for you. - Add an image that will be overlaid in the centre of the widget. You can specify the image size but not position.
QrImage.onErrorhas been removed. It was horribly broken so we decided to not deprecate it and just remove it totally.QrImage.errorStateBuilderintroduced to allow you to display an in-lineWidgetwhen an error (such as data too long) occurs. By default the error stateWidgetwill be constrained to theQRImagebounds (aka a Square) but you can use theconstrainErrorBoundsproperty to prevent that.- A bunch of bug fixes you can look at in the source code.
- Use
-
2.1.0+5506 Jun 2019Nothing published for this version
-
2.0.0+5126 Feb 2019Nothing published for this version
-
1.1.616 Jan 2019Release notes
Open source →- Adds analyzer configuration
- Fixes linting issues
- Migrate to Dart 2.x friendly syntax
- Tidy some initialization logic / code
- Bump copyright
-
1.1.531 Oct 2018Release notes
Open source →- Add image data export functions (see
test/painter_tests.dartfor an example)
- Add image data export functions (see
-
1.1.309 Aug 2018 -
1.1.206 Aug 2018Release notes
Open source →- The QrImage widget will now autosize if no size has been defined (thanks @romkor!)
- Requires Dart 2 (as so does Flutter)
- Dart 2 pubspec compatability changes
-
1.1.120 Apr 2018Release notes
Open source →- Fixes and issue where the QR image won't get repainted even though the data has changed
-
1.1.020 Apr 2018 -
1.0.004 Mar 2018