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

outdated

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

example/README.md

Example main.dart #

import 'pubspec.dart' as pubspec; // May not exist but it's okay!

void main() {
  print(pubspec.name);
  print(pubspec.description);
  print(pubspec.version);
}
16
likes
0
points
457
downloads

Publisher

verified publishernfet.net

Weekly Downloads

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, pub_semver, yaml

More

Packages that depend on pubspec_extract