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

outdated

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

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.2

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
64%
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

build, dart_style, yaml

More

Packages that depend on pubspec_extract