DavBfr / dart_barcode

Barcode generation library
https://pub.dev/packages/barcode
Apache License 2.0
132 stars 41 forks source link

Support package:qr v3.0.0 #40

Closed xvrh closed 2 years ago

xvrh commented 2 years ago
DavBfr commented 2 years ago

Looks good, thanks!

DavBfr commented 2 years ago

Those Aztec issues are on me, sorry.

codecov-commenter commented 2 years ago

Codecov Report

Merging #40 (ef8e4a7) into master (43c0c50) will decrease coverage by 0.65%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   83.82%   83.17%   -0.66%     
==========================================
  Files          33       33              
  Lines        1768     1759       -9     
==========================================
- Hits         1482     1463      -19     
- Misses        286      296      +10     
Impacted Files Coverage Δ
barcode/lib/src/qrcode.dart 100.00% <100.00%> (ø)
barcode/lib/src/barcode_2d.dart 33.33% <0.00%> (-43.94%) :arrow_down:
barcode/lib/src/aztec.dart 90.02% <0.00%> (-0.56%) :arrow_down:
barcode/lib/src/datamatrix.dart 77.33% <0.00%> (-0.55%) :arrow_down:
barcode/lib/src/code128.dart 89.76% <0.00%> (-0.16%) :arrow_down:
flutter/lib/src/painter.dart 67.41% <0.00%> (+0.74%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 43c0c50...ef8e4a7. Read the comment docs.

DavBfr commented 2 years ago

Merged, thanks.