Name Last Update
..
.vscode Loading commit data...
example Loading commit data...
lib Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.metadata Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
pubspec.yaml Loading commit data...

This package is used to create text with LaTex math formulas Example: The equation is $x2+y2=z2$ This example will show the text along with the equation

Features

It cat show text along with LaTex formula

Getting started

Import the package and you are good to go. no additional configuration needed.

Usage

Wrap the LaTex formula with dollar $ sign to display the equation

use backslash dollar \$ to display $.

TexText(r'The equation is $x^2+y^2=z^2$');

Additional information

You can find the source code at the github page: https://github.com/saminsohag/flutter_packages/tree/main/tex_text