File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.1+1
2
+
3
+ * Exposed ` MacroExpansion ` in ` package:flutter_math/tex.dart ` .
4
+
1
5
## 0.3.1
2
6
3
7
* Added support for custom macros by exposing ` defineMacro ` in ` package:flutter_math/tex.dart ` .
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ export 'src/ast/syntax_tree.dart'
6
6
export 'src/encoder/tex/encoder.dart'
7
7
show TexEncoder, TexEncoderExt, ListTexEncoderExt;
8
8
export 'src/parser/tex/colors.dart' ;
9
- export 'src/parser/tex/macros.dart' show MacroDefinition, defineMacro;
9
+ export 'src/parser/tex/macros.dart'
10
+ show MacroDefinition, defineMacro, MacroExpansion;
10
11
export 'src/parser/tex/parser.dart' show TexParser;
11
12
export 'src/parser/tex/settings.dart' ;
Original file line number Diff line number Diff line change 1
1
name : flutter_math_fork
2
2
description : Fast and high-quality TeX math equation rendering with pure Dart & Flutter.
3
- version : 0.3.1
3
+ version : 0.3.1+1
4
4
homepage : https://github.com/znjameswu/flutter_math
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments