bigship / barcode.flutter

barcode generate library for Flutter
BSD 2-Clause "Simplified" License
59 stars 27 forks source link

Color and layout #16

Open bruceanwyl opened 5 years ago

bruceanwyl commented 5 years ago

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

HugoHeneault commented 3 years ago

This should be merged! 👏