shiki_flutter_engine_interface 1.0.0
shiki_flutter_engine_interface: ^1.0.0 copied to clipboard
The regex-engine seam shared by shiki_flutter and its engine backends: the ShikiHighlighterEngine factory plus the OnigScanner/OnigString contract the TextMate tokenizer runs on.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add shiki_flutter_engine_interfaceWith Flutter:
$ flutter pub add shiki_flutter_engine_interfaceThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
shiki_flutter_engine_interface: ^1.0.0Alternatively, 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:shiki_flutter_engine_interface/shiki_flutter_engine_interface.dart';