pretty_qr_code 3.3.0
pretty_qr_code: ^3.3.0 copied to clipboard
Pretty QR code for Flutter. You can round the edges with parameter or use the standard view.
3.3.0 #
3.2.1 #
- Fixed bug when errorBuilder was working incorrectly when data was changed.
3.2.0 #
- Added
errorBuildertoPrettyQrView.dataconstructor.
3.1.0 #
- Optimize QR code repaints #10. Thanks to nxtSwitch (#28).
- Added the ability to save code to an image with
toImageandtoImageAsBytesmethods #14.
3.0.0 #
Note: This release has breaking changes.
- Added
PrettyQrDecorationTween. - Added more options for embedding images.
PrettyQrDecorationImagePosition.embeddedPrettyQrDecorationImagePosition.backgroundPrettyQrDecorationImagePosition.foreground
- Added core interfaces and refactor internal organization.
- Updated documentation and example to follow new naming conventions.
- BREAKING: Package now requires
qrpackage>=3.0.1.- Upgraded Dart SDK constraints to
>=2.17.0 <4.0.0. - Upgraded Flutter SDK constraints to
>=3.0.0 <4.0.0.
- Upgraded Dart SDK constraints to
- DEPRECATED:
PrettyQrwidget is now deprecated in favor of thePrettyQrViewwidget. - Update example app.
- Added some new patterns:
- Rounded (
PrettyQrRoundedSymbol) - Smooth (
PrettyQrSmoothSymbol)
- Rounded (
- Fixed stripes between qr code modules, #3.
- Fixed embedded image loading: #15.
2.0.3 #
Note: This release has breaking changes.
- BREAKING: Package now requires
qrpackage>=3.0.0. Thanks to joj3000 (#11).- Upgraded Dart SDK constraints to
>=2.13.0 <3.0.0.
- Upgraded Dart SDK constraints to
2.0.2 #
- Added automatic detection of the minimum acceptable version number when the
typeNumberoption is omitted. Thanks to SBNTT (#4).
2.0.1 #
- Added
qrpackage to exports. - Refactor internal organization.
2.0.0 #
Note: This release has breaking changes.
- BREAKING: Package now requires
qrpackage>=2.0.0. - BREAKING: Мigrate to null-safety:
- Upgraded Dart SDK constraints to
>=2.12.0 <3.0.0.
- Upgraded Dart SDK constraints to
1.0.2 #
- Fixed QR code rebuild when no data changes. Thanks to daniel-lucas-silva (#5).
1.0.1 #
- Removed unnecessary
printfromPrettyQrCodePainter.paint.
1.0.0 #
- Fixed QR code displaying without image.
0.0.8 #
- Added example project.
0.0.7 #
- Added support for embedded images.
- Updated screenshots and usage example.
0.0.6 #
- Fixed inner corners color.
0.0.5 #
- Fixed transparent background.
0.0.4 #
- Updated screenshots.
- Added rounding to the inner corners.
- Added a
PrettyQr.typeNumberproperty.
0.0.3 #
- Updated package description.
0.0.2 #
- Added screenshots and usage example.
0.0.1 #
- Initial version of the library.