-
Notifications
You must be signed in to change notification settings - Fork 180
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
Got error when i get create project #251
Comments
This can be used as a temporary solution |
Same Problem,
|
Same Problem,
|
the same problem for me |
same issue. |
same for me. is there a solution? |
same problem |
try this flutter pub global activate --source=git https://github.com/inyong1/get_cli.git |
this worked for me. Thank you very much |
Try this flutter pub global activate --source=git https://github.com/inyong1/get_cli.git |
starts problem after flutter 3.19 gotta be fixed asap |
@vikkaspattel try this dart pub global activate -s git https://github.com/knottx/get_cli.git --git-ref knottx |
its work for me, thank you |
Which architecture do you want to use? [1] Unhandled exception:
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.
The text was updated successfully, but these errors were encountered: