typst_flutter 1.0.1
typst_flutter: ^1.0.1 copied to clipboard
Embed the Typst typesetting compiler natively in Flutter via Rust FFI. Compile Typst markup to PDF or rendered images on Android, iOS.
1.0.0 #
- Initial stable release.
- Added
TypstCompilerfor native PDF compilation. - Added
TypstViewwidget for live preview rendering. - Support for passing images and custom fonts via virtual files (
FileSource,FontSource). - Zero-Rust install workflow via
dart run typst_flutter:setupusing pre-built binaries. - Full cross-platform support: Android, iOS, macOS, Windows, Linux.
1.0.1 #
- Fix CI/CD publishing pipeline
- Initial stable release