onepub-dev / dcli

An extensive library and tooling for building console/cli applications and scripts using the Dart programming language.
236 stars 26 forks source link

Error while running flutter test #137

Closed xenSlayer closed 3 years ago

xenSlayer commented 3 years ago

/D:/Flutter/.pub-cache/hosted/pub.dartlang.org/dcli-1.0.9/lib/src/util/wait_for_ex.dart:2:8: Error: Not found: 'dart:cli' import 'dart:cli' as cli; ^ /D:/Flutter/.pub-cache/hosted/pub.dartlang.org/dcli-1.0.9/lib/src/script/runner.dart:1:8: Error: Not found: 'dart:cli' import 'dart:cli'; ^ /D:/Flutter/.pub-cache/hosted/pub.dartlang.org/dcli-1.0.9/lib/src/util/wait_for_ex.dart:24:13: Error: Method not found: 'waitFor'. value = cli.waitFor(future); ^^^^^^^ /D:/Flutter/.pub-cache/hosted/pub.dartlang.org/dcli-1.0.9/lib/src/script/runner.dart:31:21: Error: The method 'waitFor' isn't defined for the class 'ScriptRunner'.

bsutton commented 3 years ago

Dcli does not work with flutter.

On Sat, 1 May 2021, 5:11 pm Xen, @.***> wrote:

/D:/Flutter/.pub-cache/hosted/ pub.dartlang.org/dcli-1.0.9/lib/src/util/wait_for_ex.dart:2:8: Error: Not found: 'dart:cli' import 'dart:cli' as cli; ^ /D:/Flutter/.pub-cache/hosted/ pub.dartlang.org/dcli-1.0.9/lib/src/script/runner.dart:1:8: Error: Not found: 'dart:cli' import 'dart:cli';

^

/D:/Flutter/.pub-cache/hosted/ pub.dartlang.org/dcli-1.0.9/lib/src/util/wait_for_ex.dart:24:13: Error: Method not found: 'waitFor'. value = cli.waitFor(future); ^^^^^^^ /D:/Flutter/.pub-cache/hosted/ pub.dartlang.org/dcli-1.0.9/lib/src/script/runner.dart:31:21: Error: The method 'waitFor' isn't defined for the class 'ScriptRunner'.

  • 'ScriptRunner' is from 'package:dcli/src/script/runner.dart' ('/D:/Flutter/.pub-cache/hosted/ pub.dartlang.org/dcli-1.0.9/lib/src/script/runner.dart'). Try correcting the name to the name of an existing method, or defining a method named 'waitFor'. final process = waitFor(Process.start(

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bsutton/dcli/issues/137, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG32ODMQLWEXSCZYAXKW2TTLOSSNANCNFSM436BGM7Q .