katex_flutter 3.1.0+21
katex_flutter: ^3.1.0+21 copied to clipboard
Performantly render scientific equations using the KaTeX library on Android, iOS, the Web and the Desktop platform.
3.1.0+20 Removed requirement for assets on Android and the web #
- You no longer need to copy the original KaTeX JS library into your app as it is now integrated into the package.
3.0.1+19 Fixed Windows %TEMP% location #
- Fixed the temporary file's location on Windows
3.0.0+17 Initial Desktop support #
- Support Fuchsia, macOS, Windows and Linux
- Still requires local TeX Live and ImageMagick installation
- Support for go-flutter
2.4.0+16 Added offline support #
- Support for rendering equations offline on Android and the web
- Support for custom delimiters on the web
2.3.0+14 Implemented automatic width for web platform #
- Implemented automatic width for the web platform
2.2.0+12 Fixed overflow on web platform #
- The compution ot the required width is now no longer limited to 200px (the initial width)
2.1.0+10 Working dynamic boundaries on web platform #
- The web platform can now compute the Widget's width and height on it's own. No more need for
SizedBoxwrap. - Added dynamic generation of the required JavaScript code. Please update your
web/index.htmlaccording to [README.md] and runflutter pub run katex_flutter:main
2.0.2+8 Fixed equations displayed twice #
- Fixed some equations rendered twice due to inpropper MathML compatibility
2.0.1+7 Fixed rendering of several equations #
- Fixed issues when using several different KaTeX-Widgets on web platform
2.0.0+6 Support for web and mobile alongside #
- Separated mobile and web code
- Updating the LaTeX code is not possible yet on mobile platforms
- Automatic size and colors are not supported yet on web
1.1.1+5 First support for web platforms #
- Stable support for Android and iOS
- Experimental support for web platform. Auto-sizing the Widget is not supported yet on web.
0.0.1 Initial release #
- Not working yet. Just for testing.