tex_text 0.1.2 copy "tex_text: ^0.1.2" to clipboard
tex_text: ^0.1.2 copied to clipboard

outdated

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.2

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';
8
likes
0
points
62
downloads

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_math_fork

More

Packages that depend on tex_text