Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Divider line isn't changing color along with the text. #1

Closed
RaulMarquezInclan opened this issue Jul 23, 2020 · 3 comments
Closed

Divider line isn't changing color along with the text. #1

RaulMarquezInclan opened this issue Jul 23, 2020 · 3 comments

Comments

@RaulMarquezInclan
Copy link

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:
image

Thanks for the plugin, awesome work.

@znjameswu
Copy link
Owner

Thanks for the comment. I'm working on a fix.

@znjameswu
Copy link
Owner

This issue is fixed in version 0.1.4

@RaulMarquezInclan
Copy link
Author

Awesome! Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants