apoapps_math_keyboard library
Classes
- MathField
- Widget that is like a TextField for math expressions.
- MathFieldEditingController
- A controller for an editable math field.
- MathFormField
- A FormField that contains a MathField.
- MathKeyboard
- Widget displaying the math keyboard.
- MathKeyboardViewInsets
- Widget for math keyboards ensuring the content is pushed up by the keyboards, connected with MathFields.
- MathKeyboardViewInsetsQuery
- Inherited widget, which is purely responsible for notifying about the passed bottomInset.
- MathKeyboardViewInsetsState
- State of the MathKeyboardViewInsets.
- TeXParser
- Parser for converting TeX input strings to math expressions.
Enums
- MathKeyboardType
- Enumeration for the types of keyboard that a math keyboard can adopt.
Functions
-
convertMathExpressionToTeXNode(
Expression mathExpression) → TeXNode -
Converts the input
mathExpression
to aTeXNode
. -
decimalSeparator(
BuildContext context) → String - Returns the appropriate decimal separator for the current locale.