ratex_flutter 0.1.2
ratex_flutter: ^0.1.2 copied to clipboard
Flutter bindings for RaTeX — native LaTeX math rendering via Dart FFI.
0.0.16 #
- Monorepo version alignment with bundled Android
.soand iOSRaTeX.xcframework.
0.0.10–0.0.15 #
- Workspace version bumps; Flutter plugin
pubspec/ podspec / Androidbuild.gradlekept in sync with native artifacts (see repository tags).
0.0.8 #
- Publish to pub.dev with bundled Android jniLibs and iOS RaTeX.xcframework (out-of-the-box)
0.0.3 #
- Add KaTeX font bundling for glyph rendering via
ParagraphBuilder - GlyphPath items now render with correct KaTeX fonts instead of placeholder paths
- Fix line thickness minimum (0.5px) for thin rules
- Support iOS xcframework and Flutter plugin registration
0.0.2 #
- Initial iOS FFI binding via
DynamicLibrary.process() - DisplayList-based rendering pipeline
0.0.1 #
- Initial release
- Dart FFI bindings to libratex_ffi
- RaTeXWidget and RaTeXPainter