- Update
flutter_svg
dependency - Make expressions inside a root selectable
- Support for Dart version
3.0.0
. - Code cleanups.
- Updated example app flutter_tex dependency.
- Removed unnecessary null-aware operators. Bumped min Flutter version to
3.0.0
and Dart to2.17.0
.
- Added CursorNode
- Fixed text selection (
SelectableMath
).
- Upgraded
flutter_svg
dependency to1.0.0
release.
- Upgraded
flutter_svg
dependency.
- Fixed
\sqrt
child positioning.
- Fixed
aligned
environment.
- Added dry layout support.
- Fixed styling of umlauts in text mode.
- Fixed missing implementations compile-time error on
master
.
- Bumped
provider
to^6.0.0
.
- Fixed breaking change in
TextSelectionControls.buildHandle
.
- Fixed all SVG-related bugs on web (
\sqrt
, stretchies, etc.) asflutter_svg
is now supported using both CanvasKit and the HTML renderer.
- Fixed
\sqrt
not displaying in CanvasKit by forcing platform views for sqrt.
- Fixed WebGL crashing by using
flutter_svg
on web when CanvasKit is enabled.
- Exposed
MacroExpansion
inpackage:flutter_math/tex.dart
.
- Added support for custom macros by exposing
defineMacro
inpackage:flutter_math/tex.dart
.
- Bump
flutter_svg
.
- Added missing
userUpdateTextEditingValue
implementation toInternalSelectableMathState
.
- Fixed font references.
- Migrated to Flutter 2.0.
- Migrate to dart null safety
- Migrate to new selection theme api
- Fix overflow in
cases
environment - Fix errors caused by null text colors in
Math
widget.
- Add support for
TextStyle.color
in widget constructors.
- Fix
Math.tex
constructor's wrong default value forMathOptions
.
- A new
SelectableMath
widget that supports selection and copy-to-clipboard. - A TeX encoder.
- Various performance boosts.
- fix a bug where some math functions' lower bound get dropped
- Breaking change: major overhaul on class names.
- Breaking change:
baseSizeMultiplier
is removed. - Breaking change: parse errors and build errors now have correct types instead of
dynamic
.onErrorFallback
's signature has changed as a result. - Breaking change: exports are grouped into
widgets
,ast
,tex
.
For detailed information, please see 0.2.0 migration guide.
- With all 0.2.0 improvements, but excluding those breaking changes.
- More documentations.
- Add support for text-mode accent and unicode accents. (e.g.
ä
and\text{\v{a}}
) - Fix underflow issues of accents and sqrts when their child has too little height.
- Remove need for specifying fonts in package Pubspec.
- Add support for Flutter Web (DomCanvas backend)
- Fix breakings caused by dart/#40674
- Support Flutter 1.20.
- Fix incorrect color for lines in \frac, \overline, \underline, and \rule
- Dashed matrix separator will now be rendered correctly
- Add support for composite symbols, i.e. \notin \not\lt
- Add API to indicate font size
- Fix a problem where some exceptions will not be caught
- Add
onErrorFallback
functions forFlutterMath
widget
Fix minor crashes
- Temporarily fix the problem that pana and dartfmt will crash on this package causing zero pub score
Initial release.