data 0.14.0 copy "data: ^0.14.0" to clipboard
data: ^0.14.0 copied to clipboard

A time and space efficient collection of data structures and algorithms to deal with data in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add data
copied to clipboard

With Flutter:

 $ flutter pub add data
copied to clipboard

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

dependencies:
  data: ^0.14.0
copied to clipboard

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:data/data.dart';
copied to clipboard
15
likes
160
points
41.8k
downloads

Publisher

verified publisherlukas-renggli.ch

Weekly Downloads

2024.09.16 - 2025.03.31

A time and space efficient collection of data structures and algorithms to deal with data in Dart.

Repository (GitHub)

Topics

#math #numeric #stats #tensor

Documentation

API reference

License

MIT (license)

Dependencies

collection, meta, more

More

Packages that depend on data