math_keyboard 0.1.4+1 math_keyboard: ^0.1.4+1 copied to clipboard
Math expression editing using an on-screen software keyboard or physical keyboard input in a typeset input field in Flutter.
0.1.4+1 #
- Bumped
flutter_math_fork
.
0.1.4 #
- Fixed missing implicit times operator between a closing and an opening parenthesis.
0.1.3 #
- Added new symbols icon for functions button.
- Added fraction button to second keyboard page.
0.1.2 #
- Bumped
flutter_math_fork
.
0.1.1+1 #
- Fixed
numpadBackspace
breaking change. - Addressed
ThemeData.accentColor
deprecations.
0.1.1 #
- Unary minus support when converting to an expression.
- Keep parentheses when initialising controller with an expression.
- Added special cases for pi and e when initializing controller.
0.1.0+1 #
- Fixed styling of commas as decimal separators.
0.1.0 #
- Initial public version.