math_helper 0.0.5 copy "math_helper: ^0.0.5" to clipboard
math_helper: ^0.0.5 copied to clipboard

A Flutter package to create and calculate various geometric relationships on coordinate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add math_helper

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

dependencies:
  math_helper: ^0.0.5

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:math_helper/math_helper.dart';
1
likes
160
points
24
downloads

Documentation

API reference

Publisher

verified publisher66catknight-flutter.com

Weekly Downloads

A Flutter package to create and calculate various geometric relationships on coordinate.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, tuple

More

Packages that depend on math_helper