project 0.1.2 copy "project: ^0.1.2" to clipboard
project: ^0.1.2 copied to clipboard

Parse the dart project and convert it into a dart node, so that some command-line tools can quickly parse the project.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add project

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

dependencies:
  project: ^0.1.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:project/project.dart';
0
likes
40
pub points
25%
popularity

Publisher

unverified uploader

Parse the dart project and convert it into a dart node, so that some command-line tools can quickly parse the project.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, meta, path, pub_semver, yaml

More

Packages that depend on project