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

Dart implementation of highlights syntax highlighting engine.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add highlights_plugin

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

dependencies:
  highlights_plugin: ^0.2.0

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:highlights_plugin/highlights_plugin.dart';
1
likes
130
points
29
downloads

Publisher

verified publishertkadziolka.pl

Weekly Downloads

Dart implementation of highlights syntax highlighting engine.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, flutter, flutter_web_plugins, json_annotation, plugin_platform_interface

More

Packages that depend on highlights_plugin