starfruit 2.0.0 copy "starfruit: ^2.0.0" to clipboard
starfruit: ^2.0.0 copied to clipboard

A mathematical library extending and bettering provided dart and dart:math functions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add starfruit

With Flutter:

 $ flutter pub add starfruit

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

dependencies:
  starfruit: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:starfruit/starfruit.dart';
9
likes
130
pub points
61%
popularity

Publisher

verified publisherkishoredev.live

A mathematical library extending and bettering provided dart and dart:math functions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

linalg

More

Packages that depend on starfruit