barcode_image 2.0.3 barcode_image: ^2.0.3 copied to clipboard
Barcode generation library for Dart that can generate barcodes using the image library.
Changelog #
2.0.3 #
- Fix Dart 3.0 issues
- Update dependencies
2.0.2 #
- Avoids mandatory utf8 conversions
- Update dependencies
2.0.1 #
- Update dependencies
2.0.0 #
- Update dependencies
2.0.0-nullsafety #
- Opt-in dart null-safety
1.2.0 #
- Add textPadding parameter
- Update dependencies
1.1.0 #
- Allow Uint8List data barcodes
1.0.3 #
- Fix library name [Steve Gehrman]
- Fix centering of image [Steve Gehrman]
1.0.2 #
- Fix text placement
- Fix bar dimensions
1.0.1 #
- Add missing dependency
- Update command line barcode generator
1.0.0 #
- Initial release.