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

Cannot compile with Flutter 2.0 #50

Open
hongfeiyang opened this issue Mar 9, 2021 · 5 comments
Open

Cannot compile with Flutter 2.0 #50

hongfeiyang opened this issue Mar 9, 2021 · 5 comments

Comments

@hongfeiyang
Copy link

dart_chromecast is not compatible and there seems to be no other solution

@hongfeiyang
Copy link
Author

Also resizeToAvoidBottomPadding of the Scaffold widget is gone, need to use resizeToAvoidBottomInset instead I think

@o1298098
Copy link
Owner

o1298098 commented Mar 9, 2021

The dart_chromecast plugin can only be used under dart sdk 2.12.0 due to the dart_internal package.
Now can only be wait or remove it.

@hungrybearpls
Copy link

Is there any solution for this yet?

@hongfeiyang
Copy link
Author

Is there any solution for this yet?

I commented out all the problematic part of the code base, there are a lot of them...

@o1298098
Copy link
Owner

Not all packages are updated to support null safety, and there are many compatibility issues. The easiest way is remove the dart_chromecast plugin

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

3 participants