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

Check requirements and update for Flutter 3.0.0 #394

Closed
ikurek opened this issue May 12, 2022 · 0 comments · Fixed by #398
Closed

Check requirements and update for Flutter 3.0.0 #394

ikurek opened this issue May 12, 2022 · 0 comments · Fixed by #398
Assignees
Labels
bug Something isn't working. It's clear that this does need to be fixed.

Comments

@ikurek
Copy link
Contributor

ikurek commented May 12, 2022

Flutter 3 was just released, and {{ably-flutter}} is not compatible with it. The SDK constraint in doesn't allow versions above 2:

sdk: ">=2.12.0 <3.0.0"

And even after it's changed to support version 3, the {{pub get}} command fails with this output:

{code}
[ably-flutter] flutter pub get
Running "flutter pub get" in ably-flutter...
Because test 1.19.5 depends on test_api 0.4.8 and every version of flutter_test from sdk depends on test_api 0.4.9, test 1.19.5 is incompatible with flutter_test from sdk.
So, because ably_flutter depends on both flutter_test from sdk and test 1.19.5, version solving failed.
pub get failed (1; So, because ably_flutter depends on both flutter_test from sdk and test 1.19.5, version solving failed.)
{code}
We should update required dependencies and release a fix, to allow builds on latest Flutter versions

@ikurek ikurek added the bug Something isn't working. It's clear that this does need to be fixed. label May 12, 2022
@ikurek ikurek self-assigned this May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

Successfully merging a pull request may close this issue.

1 participant