This branch contains fixes for the following issues...
Barcode not centered #1
foregroundColor doesn't work #3
Barcode is rendered outside the canvas #13
Code93 barcode has extra bars on the end #14
This is a breaking change, due to the backgroundColor and foregroundColor support added, so the version is updated to 2.0.0 in pubspec.yaml
I also
Changed the demo layout a little to make it more obvious what is being displayed.
Removed "new" before all constructors as it is no longer required in Dart.
Apologise for changes that are only for layout caused by auto format in Visual Studio Code.
Renamed barcode_img.dart to barcode_image.dart to match your other conventions
This branch contains fixes for the following issues... Barcode not centered #1 foregroundColor doesn't work #3 Barcode is rendered outside the canvas #13 Code93 barcode has extra bars on the end #14
This is a breaking change, due to the backgroundColor and foregroundColor support added, so the version is updated to 2.0.0 in pubspec.yaml
I also