katex_flutter 2.2.0+12
katex_flutter: ^2.2.0+12 copied to clipboard
Performantly render scientific equations using the KaTeX library on Android, iOS and 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 allongside #
- Seperated 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 supportet yet on web.
0.0.1 Initial release #
- Not working yet. Just for testing.