tokenizer 0.0.1 copy "tokenizer: ^0.0.1" to clipboard
tokenizer: ^0.0.1 copied to clipboard

outdated

Converts a stream of strings into stream of tokens splitted by delimiters

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tokenizer

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

dependencies:
  tokenizer: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:tokenizer/tokenizer.dart';
4
likes
40
pub points
70%
popularity

Publisher

verified publisherlesnitsky.dev

Converts a stream of strings into stream of tokens splitted by delimiters

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, fs_extensions, guard, l_cli, path

More

Packages that depend on tokenizer