tex_text 0.1.9
tex_text: ^0.1.9 copied to clipboard
This package for Flutter allows you to show text on a Flutter app with LaTex math formula and normal text from string. It is vary easy to use and works for all of the platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tex_text
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
tex_text: ^0.1.9
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tex_text/tex_text.dart';