set_list 0.2.0 copy "set_list: ^0.2.0" to clipboard
set_list: ^0.2.0 copied to clipboard

Sorted lists are a pretty efficient way to represent and operate over sets. This library does that.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add set_list

With Flutter:

 $ flutter pub add set_list

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

dependencies:
  set_list: ^0.2.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:set_list/set_list.dart';
0
likes
150
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Sorted lists are a pretty efficient way to represent and operate over sets. This library does that.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on set_list