DavBfr / dart_barcode

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

barcode >=2.2.0 depends on qr ^3.0 and qr_flutter >=4.0.0 depends on qr ^2.0.0 #59

Closed LarssK-TS closed 1 year ago

LarssK-TS commented 1 year ago

Trying to install a two factor authentication package Because barcode >=2.2.0 depends on qr ^3.0.0 and qr_flutter >=4.0.0 depends on qr ^2.0.0, barcode >=2.2.0 is incompatible with qr_flutter >=4.0.0. And because every version of flutter_2fa depends on qr_flutter ^4.0.0, barcode >=2.2.0 is incompatible with flutter_2fa.

Please update the packages

DavBfr commented 1 year ago

It would be best to ask the flutter_2fa maintainer to use barcode instead of qr_flutter. qr_flutter has not been updated in the last 2 years, it seems abandoned.

LarssK-TS commented 1 year ago

It would be best to ask the flutter_2fa maintainer to use barcode instead of qr_flutter. qr_flutter has not been updated in the last 2 years, it seems abandoned.

Thank you