latext 0.5.1
latext: ^0.5.1 copied to clipboard
Efficiently display scientific LaTeX equations on Android, iOS, Web, and Desktop platforms using the flutter_math library, without relying on WebView or JavaScript.
0.5.0 #
- Add support for flutter 3.27.0
0.4.1 #
- Add onErrorFallback
0.4.0 #
- Breaking change: Break delimiter outside of $equation$ is now \n instead of \ to prevent issues with breaks in math equations like in https://github.com/djade007/latext/issues/18.
0.3.0 #
- Fix space between latex and text
- Support for Latex spaces
0.2.0 #
- Support for linebreaks
- Fix display delimiter
0.1.0 #
- Update flutter_math_fork to 0.7.1
0.0.3 #
- Fix LaTeX style
0.0.2 #
- Initial release.