flutter_html_all library

Package flutter_html_all is used to get access to all of the extended features of the flutter_html package.

Classes

AudioHtmlExtension
AudioHtmlExtension adds support for the
AudioWidget
A widget used for rendering an audio player in the HTML tree
FontOptions
Options for font selection.
IframeHtmlExtension
Math
Static, non-selectable widget for equations.
MathHtmlExtension
MathHtmlExtension adds support for the
MathOptions
Options for equation element rendering.
SelectableMath
Selectable math widget.
SvgHtmlExtension
SvgTagElement
TableCellElement
TableElement
TableHtmlExtension
TableHtmlExtension adds support for the
TableRowLayoutElement
TableSectionLayoutElement
TableStyleElement
TexParserSettings
Settings for TexParser
VideoHtmlExtension
VideoHtmlExtension adds support for the
VideoWidget
A VideoWidget for displaying within the HTML tree.

Enums

MathSize
MathStyle
Math styles for equation elements.
Strict
Strict level for TexParser

Typedefs

AudioControllerCallback = void Function(Element?, ChewieAudioController, VideoPlayerController)
OnErrorFallback = Widget Function(FlutterMathException errmsg)
OnMathErrorBuilder = Widget Function(String parsedTex, String exception, String exceptionWithType)
VideoControllerCallback = void Function(Element?, ChewieController, VideoPlayerController)

Exceptions / Errors

BuildException
Exceptions occured during build.
EncoderException
FlutterMathException
Base class for exceptions.
ParseException