func_math 0.0.1 copy "func_math: ^0.0.1" to clipboard
func_math: ^0.0.1 copied to clipboard

A math utility package with calculation functions and LaTeX rendering

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add func_math

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  func_math: ^0.0.1

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:func_math/func_math.dart';
1
likes
140
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A math utility package with calculation functions and LaTeX rendering

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_math_fork

More

Packages that depend on func_math