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