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

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

With Flutter:

 $ flutter 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: ^2.0.5

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_extract/pubspec_extract.dart';
14
likes
140
pub points
61%
popularity

Publisher

verified publishernfet.net

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

args, build, dart_style, logging, path, pub_semver, yaml

More

Packages that depend on pubspec_extract