esc_pos_bluetooth icon indicating copy to clipboard operation
esc_pos_bluetooth copied to clipboard

Can not add esc_pos_bluetooth: ^0.2.8 to pubspec.yaml

Open ThanhPhungTien opened this issue 4 years ago • 1 comments

Because every version of esc_pos_bluetooth depends on rxdart ^0.23.1 and driver depends on rxdart ^0.24.0, esc_pos_bluetooth is forbidden.

So, because driver depends on esc_pos_bluetooth ^0.2.8, version solving failed. pub get failed (1; So, because driver depends on esc_pos_bluetooth ^0.2.8, version solving failed.)

ThanhPhungTien avatar May 05 '20 07:05 ThanhPhungTien

i have same issue when add rxdart dependency

esc_pos_bluetooth >=0.3.0 depends on rxdart ^0.26.0 and my_project depends on rxdart ^0.27.1, esc_pos_bluetooth >=0.3.0 is forbidden

and solve this by overriding the dependencies

dependency_overrides:
  rxdart: ^0.27.1

RizaldiWiratama avatar Mar 10 '22 06:03 RizaldiWiratama