sweetline 1.2.2
sweetline: ^1.2.2 copied to clipboard
Flutter/Dart FFI wrapper for the SweetLine native syntax highlighting engine.
1.2.2 #
- Align the package version with the latest cross-platform release.
- Update README examples to use file-name-based analyzer routing.
1.0.2 #
- Add Linux
aarch64native library support.
1.0.1 #
- Add Linux native library support in the Flutter build hook.
- Add iOS simulator
arm64native library selection in the Flutter build hook. - Improve package documentation for syntax rule sourcing and publishing.
1.0.0 #
- Initial Flutter/Dart FFI wrapper for the SweetLine native engine.
- Add
HighlightEnginefor syntax compilation, macro definition, style registration, and analyzer creation. - Add
TextAnalyzerfor full text, single-line, and indent guide analysis. - Add
DocumentandDocumentAnalyzerfor managed document loading, incremental analysis, and visible-range highlight slices. - Add Dart models for document highlights, token spans, inline styles, line states, and indent guide results.
- Add native buffer parsing and native error / syntax compile error handling.