Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not add esc_pos_bluetooth: ^0.2.8 to pubspec.yaml #15

Open
ThanhPhungTien opened this issue May 5, 2020 · 1 comment
Open

Can not add esc_pos_bluetooth: ^0.2.8 to pubspec.yaml #15

ThanhPhungTien opened this issue May 5, 2020 · 1 comment

Comments

@ThanhPhungTien
Copy link

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.)

@RizaldiWiratama
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants