sorted_list 0.1.0 copy "sorted_list: ^0.1.0" to clipboard
sorted_list: ^0.1.0 copied to clipboard

outdated

A dart sorted list that keeps its elements ordered in the specified sequence.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sorted_list

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

dependencies:
  sorted_list: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:sorted_list/sorted_list.dart';
17
likes
40
pub points
84%
popularity

Publisher

verified publisherpatchme.app

A dart sorted list that keeps its elements ordered in the specified sequence.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

collection

More

Packages that depend on sorted_list