ratex_flutter 0.1.5 copy "ratex_flutter: ^0.1.5" to clipboard
ratex_flutter: ^0.1.5 copied to clipboard

Flutter bindings for RaTeX — native LaTeX math rendering via Dart FFI.

0.1.2 #

  • Add desktop platform support: macOS (universal .dylib via CocoaPods), Windows (.dll via CMake), Linux (.so via CMake, per-arch directories)
  • Extend Dart FFI _openLib() with Platform.isMacOS / Platform.isWindows / Platform.isLinux branches
  • Add platforms/flutter/build-desktop.sh for building desktop native libraries (host-only and --all cross-compile modes using cargo-zigbuild)
  • Add macOS podspec (macos/ratex_flutter.podspec), Windows/Linux CMake + plugin stubs
  • Update CI release workflow to build and bundle all 5 desktop native targets

0.0.16 #

  • Monorepo version alignment with bundled Android .so and iOS RaTeX.xcframework.

0.0.10–0.0.15 #

  • Workspace version bumps; Flutter plugin pubspec / podspec / Android build.gradle kept 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
3
likes
0
points
559
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Flutter bindings for RaTeX — native LaTeX math rendering via Dart FFI.

Repository (GitHub)
View/report issues

Topics

#latex #math #flutter #ffi

License

unknown (license)

Dependencies

ffi, flutter

More

Packages that depend on ratex_flutter

Packages that implement ratex_flutter