pubspec_helper 1.0.8
pubspec_helper: ^1.0.8 copied to clipboard
A pubspec analysis and health check command-line application made by AKI.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate pubspec_helper
Use it
The package has the following executables:
$ pubspec_helper
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pubspec_helper
With Flutter:
$ flutter pub add pubspec_helper
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
pubspec_helper: ^1.0.8
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pubspec_helper/pubspce_rule_check.dart';
import 'package:pubspec_helper/pubspec_ansi_utils.dart';
import 'package:pubspec_helper/pubspec_http_utils.dart';