-
Notifications
You must be signed in to change notification settings - Fork 16
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
make the library dart 2.1 compatible #16
Comments
I am getting this when trying to pub upgrade: Because mqtt <1.1.4 requires SDK version <2.0.0 and mqtt >=1.1.4 depends on ini >=1.0.0 <=1.1.0, every version of mqtt requires ini >=1.0.0 <=1.1.0. |
Cant get package on the latest flutter due to the following error: Because every version of flutter_test from sdk depends on test 1.3.0 and mqtt >=1.1.4 depends on test ^0.12.0, flutter_test from sdk is incompatible with mqtt >=1.1.4. |
Anyone can help with this? |
try using: |
@mugambikimathi its unstable and not production ready. Edit: websocket is unstable. |
I used the 2.0 fork from @chenhuawei, fixed a bug and submitted a PR: #18 |
No description provided.
The text was updated successfully, but these errors were encountered: