- example links issue solved.
- Example updated.
onTeXViewCreated
added.TeXViewMarkdown
widget added for markdown support.- Minor API changes.
showLoadingWidget
removed.loadingWidget
moved toloadingWidgetBuilder
height
removed.
- Speed Optimizations for
TeXViewGroup
. - Example Updated.
- Rendering Enhancements.
- Speed Optimizations.
- Size reduced
- Minor Fixes
- Minor Fixes
- Bugs fixed.
- Speed Optimizations. Rendering speed has been improved very much.
- Mathjax issues fixed.
- Major Fixes.
- Custom font integration and video player from youtube added, see example folder.
- Moved to
webview_flutter_plus
a powerful extension ofwebview_flutter
.
- Minor Fixes
- Minor API Changes
TeXView
children attribute changed to child, you can useTeXViewColumn
to pass children.onTap
removed from mainTeXView
widget and available toTeXViewInkWell
andTeXViewGroupItem
.
- Example updated.
TeXViewGroup
added, a group ofTeXViewGroupItem
usually used to create quiz layout.- Example updated
- Katex Web improvements.
- Minor improvements.
- Minor improvements.
- Web support fixes.
- iOS rendering bug fixed.
- Minor bug fixed.
- Minor API Changes
TeXViewTeX
replaced byTeXViewDocument
TeXViewContainer
children replaced by a single child.TeXViewWidget
,TeXViewImage
,TeXViewColumn
andTeXViewInkWell
added.onTap
will only work withTeXViewInkwell
.
&
sign encoding issue solved.
- Sockets removed.
- Rendering issue for lower android APIs solved.
- Multiple TeXView on same page issue solved.
- Minor API Changes for
TeXViewBorder
TeXViewMargin
TeXViewPadding
andTeXViewBorderRadius
. - Height corrections.
- Styling corrections
TeXViewMargin.zeroAuto()
added.
- Major API Changes
TeXViewChild
removed,TeXViewContainer
child ofTeXView
added andTeXViewTeX
child ofTeXViewChild
added which holdsTeX
data styling.onTap
callback has been added for each view.
- Minor API Changes
RenderingEngine
has been replaced withTeXViewRenderingEngine
- Katex Configurations added.
- Katex rendered height issue has been resolved.
- Extra margin at bottom issue resolved.
- Transition in styling has been removed as it was causing problems while calculating height.
- Multiple TeXView at same page are possible.
- Minor rendering fixes.
- Katex page height issue fixed.
- Minor fix in styling.
- Heavy API Changes.
teXHTML
removed from APIchildren
has been added, where you can pass List ofTeXViewChild
.TeXViewStyles
added where you can easily customise TeXView Widget.onTap
callback support for each individual child.
- FlutterWeb rendering Bug fixed.
onTap
method added.- Api Usage added in
Reade.md
.
- Minor Fix.
- Minor Fix.
- Minor Fix.
- Example updated.
- Size reduced.
- Exampled updated.
- dependencies upgraded.
- Katex Chemistry equations problem solved.
- Solved the issue of showing raw TeX before rendering
- Speed Optimizations by adding Katex support, much faster than MathJax.
- Flutter Web Support added (Beta).
- Broken Screenshots fixed.
- Rendered formula outline removed.
- New Example added.
- Now we you can set custom height of TeXView.
- Performance optimizations.
- Rendering Flashes fixed.
- Rendering Indicator Widget added.
- Performance optimizations.
- TeXView Renders again and again issue resolved.
- Fonts size issue resolved.
- Now you can refresh TeXView with new data on setState().
- Performance improvements
- Optimised performance by removing server.
- TeXView can be used in ListView for multiple time on same page.
onRenderFinished
callback added with calculated height of WebView.
onPageFinished
callback added.
- Stable Release