dart_parser_helper 0.1.0 copy "dart_parser_helper: ^0.1.0" to clipboard
dart_parser_helper: ^0.1.0 copied to clipboard

Dart parser helper is a wrapper over the Dart SDK analyzer parser

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_parser_helper

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

dependencies:
  dart_parser_helper: ^0.1.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:dart_parser_helper/dart_parser_helper.dart';
0
likes
70
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Dart parser helper is a wrapper over the Dart SDK analyzer parser

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, source_span

More

Packages that depend on dart_parser_helper