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

Failed to build get_cli:get #258

Open
LittleJamie opened this issue May 17, 2024 · 9 comments
Open

Failed to build get_cli:get #258

LittleJamie opened this issue May 17, 2024 · 9 comments

Comments

@LittleJamie
Copy link

Failed to build get_cli:get:
.pub-cache/hosted/pub.flutter-io.cn/dcli-2.3.0/lib/src/util/wait_for_ex.dart:38:17: Error: Method not found: 'waitFor'.
value = cli.waitFor(wrapped);
^^^^^^^

@tct68
Copy link

tct68 commented May 18, 2024

image
Same as you

@rachmanfachri
Copy link

It seems like because Dart has considered waitFor() method as deprecated since roughly April 2023 (v3.19.x) which is around one year ago. And Get CLI last updated 13 months ago, which is in the same time window as the Dart update that started this issue. I can't suggest anyone to downgrade their SDK version but I find that that's the only workaround we can do for now until Get dev team resolve this issue

@StoneCX
Copy link

StoneCX commented May 19, 2024

same the issues, is there any solution?

@CuongNV12
Copy link

CuongNV12 commented May 20, 2024

i am also facing the same problem.
this is temporary solution:
#253

@joukhar
Copy link

joukhar commented May 25, 2024

@CuongNV12 @tct68
@LittleJamie @StoneCX
Try downloading it directly from github:
flutter pub global activate -s git https://github.com/jonataslaw/get_cli

@json1994
Copy link

@CuongNV12 @tct68 @LittleJamie @StoneCX Try downloading it directly from github: flutter pub global activate -s git https://github.com/jonataslaw/get_cli

nice, this is a good way

@bladeofgod
Copy link

@CuongNV12 @tct68 @LittleJamie @StoneCX Try downloading it directly from github: flutter pub global activate -s git https://github.com/jonataslaw/get_cli

Cool ~

@jypDev
Copy link

jypDev commented Jun 10, 2024

@CuongNV12 @tct68 @LittleJamie @StoneCX github에서 직접 다운로드해 보세요: flutter pub global activate -s git https://github.com/jonataslaw/get_cli

i was cured my cancer

@handikaa
Copy link

@CuongNV12 @tct68 @LittleJamie @StoneCX Try downloading it directly from github: flutter pub global activate -s git https://github.com/jonataslaw/get_cli

it works. thank you

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

10 participants