flutter_tree_sitter_editor 0.0.5 copy "flutter_tree_sitter_editor: ^0.0.5" to clipboard
flutter_tree_sitter_editor: ^0.0.5 copied to clipboard

A Flutter editor using tree-sitter to provide syntax highlighting and syntactic analysis.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_tree_sitter_editor

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

dependencies:
  flutter_tree_sitter_editor: ^0.0.5

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:flutter_tree_sitter_editor/flutter_tree_sitter_editor.dart';
1
likes
150
points
52
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter editor using tree-sitter to provide syntax highlighting and syntactic analysis.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter, flutter_tree_sitter, provider

More

Packages that depend on flutter_tree_sitter_editor