Cloned this repo and tried to compile it, returns in this error:
../.pub-cache/hosted/pub.dev/dcli-3.4.0/lib/src/util/wait_for_ex.dart:38:17: Error: Method not found: 'waitFor'. value = cli.waitFor(wrapped);
I changed the version of dcli in pubspec.yaml from ^3.0.2 to ^5.0.0 and now it is compiled. Latest version of dcli is 6.12.
Dart SDK version: 3.6.2 (stable) (Wed Jan 29 01:20:39 2025 -0800) on "linux_arm64"
Server: Debian Bookworm (12.9) on ARM64
Cloned this repo and tried to compile it, returns in this error:
../.pub-cache/hosted/pub.dev/dcli-3.4.0/lib/src/util/wait_for_ex.dart:38:17: Error: Method not found: 'waitFor'. value = cli.waitFor(wrapped);
I changed the version of
dcliinpubspec.yamlfrom ^3.0.2 to ^5.0.0 and now it is compiled. Latest version of dcli is 6.12.Dart SDK version: 3.6.2 (stable) (Wed Jan 29 01:20:39 2025 -0800) on "linux_arm64"
Server: Debian Bookworm (12.9) on ARM64