QrImage
added to handle image bits.QrCode.make()
removedQrCode.isDark()
moved toQrImage
- Added alpha numeric mode support via
addAlphaNumeric
- Added numeric mode support via
addNumeric
- Expose Mask Pattern as a parameter of QrCode.make()
- Migrated to null safety.
- Require Dart SDK
>=2.12.0 <3.0.0
.
- Added
QrCode.addByteData
. - Added
QrCode.fromUint8List
.
- Require Dart SDK
>=2.6.0 <3.0.0
.
- Expose
InputTooLongException
exception so that applications and libraries can check for data length errors.
- Require Dart SDK
>=2.1.0 <3.0.0
. - Fix a bug that fromData doesn't add supplied data.
- Add
fromData
QrCode factory that allows QrCode initiation without providingtypeNumber
.
- Support Dart 2 stable.
- Require at least Dart SDK
2.0.0-dev.17
. - Fixed a subtle bug with number handling.
- Update README to include basic documentation
- Update pubspec.yaml description
- Fix author email.
- Initial release.