Make dart pub global run firehose --validate
work with Flutter projects to support autopublishing
#154
Labels
dart pub global run firehose --validate
work with Flutter projects to support autopublishing
#154
This expects the pubspec.yaml to use the Dart SDK:
ecosystem/pkgs/firehose/lib/firehose.dart
Lines 157 to 158 in 65817bf
We should consider checking the pubspec.yaml contents to see if a Flutter SDK is required.
Or, just try the dart command and if it fails with an error message that it requires the Flutter SDK, do the flutter command.
Context:
@HosseinYousefi You could consider submitting a PR here.
@mosuem What is the preferred solution here?
The text was updated successfully, but these errors were encountered: