character_parser 0.3.0 copy "character_parser: ^0.3.0" to clipboard
character_parser: ^0.3.0 copied to clipboard

Parse Dart one character at a time to look for snippets in Templates

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add character_parser

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

dependencies:
  character_parser: ^0.3.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:character_parser/character_parser.dart';
0
likes
10
pub points
4%
popularity

Publisher

verified publishercheney-enterprises.com

Parse Dart one character at a time to look for snippets in Templates

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on character_parser