numdart 1.0.0 copy "numdart: ^1.0.0" to clipboard
numdart: ^1.0.0 copied to clipboard

The NumDart package allows you to do advanced math with the dart language. The project is the dart language edition of the NumPy package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add numdart

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

dependencies:
  numdart: ^1.0.0

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:numdart/numdart.dart';
15
likes
30
pub points
34%
popularity

Publisher

verified publisherbeatiapp.com

The NumDart package allows you to do advanced math with the dart language. The project is the dart language edition of the NumPy package.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on numdart