esc_pos_bluetooth icon indicating copy to clipboard operation
esc_pos_bluetooth copied to clipboard

Uses old rxdart and is incompatible with other plugins

Open arnauete52 opened this issue 3 years ago • 1 comments

Because every version of esc_pos_bluetooth depends on rxdart ^0.23.1 and month_picker_dialog 0.3.2 depends on rxdart ^0.24.0, esc_pos_bluetooth is incompatible with month_picker_dialog 0.3.2.

¿Can you update to the last rxdart? Thanks and sorry!

arnauete52 avatar Aug 15 '20 18:08 arnauete52

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