jpl_actions_flutter_validate 2.1.6
jpl_actions_flutter_validate: ^2.1.6 copied to clipboard
Simple CLI to be able to validate Dart and Flutter repos
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add jpl_actions_flutter_validateWith Flutter:
$ flutter pub add jpl_actions_flutter_validateThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jpl_actions_flutter_validate: ^2.1.6Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.