Closed RaulMarquezInclan closed 4 years ago
Hi,
The divider line isn't changing color along with the text, it always displays black.
Code:
final String content = r'\left \| \overrightarrow{F}\right \|= K \frac{\left | Q_1\cdot Q_2 \right |}{d^2}'; var math = FlutterMath.fromTexString(content, settings: Settings( colorIsTextColor: true, ), options: Options.displayOptions.withColor(Colors.orange));
Output:
Thanks for the plugin, awesome work.
Thanks for the comment. I'm working on a fix.
This issue is fixed in version 0.1.4
Awesome! Thanks again.
Hi,
The divider line isn't changing color along with the text, it always displays black.
Code:
Output:
Thanks for the plugin, awesome work.