pubspec_extract 1.0.3 copy "pubspec_extract: ^1.0.3" to clipboard
pubspec_extract: ^1.0.3 copied to clipboard

outdated

Extracts Dart pubspec.yaml file and generate pubspec.dart at build time

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pubspec_extract

Use it

The package has the following executables:

$ pubspec_extract

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pubspec_extract

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pubspec_extract: ^1.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pubspec_extract/pubspec_extract.dart';
15
likes
0
pub points
62%
popularity

Publisher

verified publishernfet.net

Extracts Dart pubspec.yaml file and generate pubspec.dart at build time

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, build, dart_style, logging, path, yaml

More

Packages that depend on pubspec_extract