parser_error 0.2.0 copy "parser_error: ^0.2.0" to clipboard
parser_error: ^0.2.0 copied to clipboard

Parser error formatter with support for the multiple source code parts.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add parser_error

With Flutter:

 $ flutter pub add parser_error

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

dependencies:
  parser_error: ^0.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:parser_error/parser_error.dart';
2
likes
120
pub points
81%
popularity

Publisher

unverified uploader

Parser error formatter with support for the multiple source code parts.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

text

More

Packages that depend on parser_error