scripture 0.1.1
scripture: ^0.1.1 copied to clipboard
A text layout engine optimized for USFM Bible data, featuring custom paragraph formatting and word-level interactivity.
0.1.1 - 2025-12-06 #
- Move HighlightRange out of scripture_core because it has a dart:ui dependency.
0.1.0 - 2025-12-06 #
- Initial release.
- Added core rendering engine using custom
RenderBoximplementations (PassageWidget,ParagraphWidget,WordWidget). - Added
UsfmWidgetfor automatic parsing and rendering of USFM Bible data. - Added
ScriptureSelectionControllerfor handling ID-based text selection across complex widget trees. - Added support for interactive footnotes and verse numbers.
- Added
scripture_corelibrary exposing data models (UsfmLine,ParagraphFormat) for Dart-only usage (e.g., database generation tools). - Implemented word-level interaction (tap, long-press, and drag selection).
- Added customizable styling via
UsfmParagraphStyle.
