neo_pubspec 1.2.0 copy "neo_pubspec: ^1.2.0" to clipboard
neo_pubspec: ^1.2.0 copied to clipboard

discontinuedreplaced by: pubspec

Resolve Dart or Flutter project from directory and read pubspec.yaml.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add neo_pubspec

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

dependencies:
  neo_pubspec: ^1.2.0

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:neo_pubspec/neo_pubspec.dart';
0
likes
90
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

Resolve Dart or Flutter project from directory and read pubspec.yaml.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ansicolor, json2yaml, path, pub_semver, yaml

More

Packages that depend on neo_pubspec