You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flutter note: If you’re using the Flutter SDK, don’t use the pub command directly. Instead use the flutter pub command, as described in Using packages on the Flutter website.
Version note: Before Dart 2.10, the dart command was used only to run the Dart VM. You can still use it that way, but now the command has more functionality. Over time, we expect the dart command to replace most existing commands in the Dart SDK.
The text was updated successfully, but these errors were encountered:
With a lot of new Dart users coming from the flutter space, the details on how to run the tests etc. might need to be updated.
E.g., replace/give alternatives to
pub run test
withflutter pub run test
ordart run test
in https://exercism.io/tracks/dart/testsFrom the current docs: dart.dev/tools/pub/cmd
And I think the separate pub command will be depreciated soon anyway: dart.dev/tools/dart-tool
The text was updated successfully, but these errors were encountered: