latext 0.5.0 latext: ^0.5.0 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.