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

Does not work with Dart 3.3 #31

Open
PhilipChng opened this issue Mar 7, 2024 · 2 comments
Open

Does not work with Dart 3.3 #31

PhilipChng opened this issue Mar 7, 2024 · 2 comments

Comments

@PhilipChng
Copy link

Hi @roipeker ,

It throws error when I am running on Flutter 3.19.1 with Dart 3.3.
Synchronous waiting using dart:cli waitFor and C API Dart_WaitForEvent is deprecated and disabled by default. This feature will be fully removed in Dart 3.4 release. You can currently still enable it by passing --enable_deprecated_wait_for to the Dart VM. See https://dartbug.com/52121.

@fotiDim
Copy link
Contributor

fotiDim commented Mar 21, 2024

Same here. Seems the issue lies with dcli. More info here.

@fotiDim
Copy link
Contributor

fotiDim commented Mar 25, 2024

Made a PR about it. There is an console error that prints but at least it seems to work now.

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