qr_flutter 1.1.6 qr_flutter: ^1.1.6 copied to clipboard
QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.
1.1.6 #
- Adds analyzer configuration
- Fixes linting issues
- Migrate to Dart 2.x friendly syntax
- Tidy some initialization logic / code
- Bump copyright
1.1.5 #
- Add image data export functions (see
test/painter_tests.dart
for an example)
1.1.4 #
- Add gapless toggle
1.1.3 #
- Lower min sdk version to cater to some older versions of Flutter
1.1.2 #
- 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.1 #
- Fixes and issue where the QR image won't get repainted even though the data has changed
1.1.0 #
- Update to 1.0 release of the dart qr library
1.0.0 #
- Initial release