- Flutter 1.2.1 compatibility
- Fixes issue caused by breaking change in Flutter (flutter/flutter#26655).
- Adds analyzer configuration
- Fixes linting issues
- Migrate to Dart 2.x friendly syntax
- Tidy some initialization logic / code
- Bump copyright
- Add image data export functions (see
test/painter_tests.dart
for an example)
- Add gapless toggle
- Lower min sdk version to cater to some older versions of Flutter
- 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
- Fixes and issue where the QR image won't get repainted even though the data has changed
- Update to 1.0 release of the dart qr library
- Initial release