tex_text 0.1.9 copy "tex_text: ^0.1.9" to clipboard
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';
9
likes
150
points
119
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

License

MIT (license)

Dependencies

flutter, flutter_math_fork

More

Packages that depend on tex_text