ordered_set 8.0.0 copy "ordered_set: ^8.0.0" to clipboard
ordered_set: ^8.0.0 copied to clipboard

A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ordered_set
copied to clipboard

With Flutter:

 $ flutter pub add ordered_set
copied to clipboard

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

dependencies:
  ordered_set: ^8.0.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:ordered_set/ordered_set.dart';
copied to clipboard
32
likes
160
points
81.1k
downloads

Publisher

verified publisherblue-fire.xyz

Weekly Downloads

2024.08.26 - 2025.07.21

A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.

Repository (GitHub)

Topics

#data-structures #collections #ordered-set

Documentation

API reference

Funding

Consider supporting this project:

opencollective.com
github.com
patreon.com

License

MIT (license)

More

Packages that depend on ordered_set