jonataslaw / get_cli

Official Getx CLI
Apache License 2.0
578 stars 165 forks source link

Failed to build get_cli Error #264

Closed MehediHasannOvi closed 1 week ago

MehediHasannOvi commented 3 weeks ago

When i Try to Install show this error Failed to build get_cli:get: ../AppData/Local/Pub/Cache/hosted/pub.dev/dcli-2.3.0/lib/src/util/wait_for_ex.dart:38:17: Error: Method not found: 'waitFor'. value = cli.waitFor(wrapped); ^^^^^^^

mostcute commented 2 weeks ago

same err

mostcute commented 2 weeks ago

Flutter 3.22.0 • channel stable

srpallab commented 2 weeks ago

https://github.com/jonataslaw/get_cli/issues/258#issuecomment-2131272850

It worked for me.

roiskhoiron commented 2 weeks ago

same error. and i think this commit is solution. The problem is that when we activate get_cli-1.8.4, it depends on dcli-2.3.0 where there is a code error build.

MehediHasannOvi commented 1 week ago

Try downloading it directly from github: flutter pub global activate -s git https://github.com/jonataslaw/get_cli @roiskhoiron @srpallab @mostcute @roiskhoiron