double_linked_list 2.0.1 copy "double_linked_list: ^2.0.1" to clipboard
double_linked_list: ^2.0.1 copied to clipboard

A Generic Double Linked List data structure. Allows constant time inserting at elements at both ends, before and after any element and constant time element deletion.

2.0.1 #

  • Update README
  • Format code

2.0.0 #

  • Non-nullability

1.0.8 #

  • Fix format

1.0.7 #

  • Fix dartdoc documentation

1.0.6 #

  • Fix format issues and package description

1.0.5 #

  • Change lower dart sdk constraints to 2.7.0 to allow extension methods
  • Change readme to show that package is usable

1.0.4 #

  • Make package nullable to be usable, non-nullable version will be 2.0.0

1.0.3 #

  • Change pubspec

1.0.2 #

  • Change readme to show that this package will be usable with Dart 2.10

1.0.1 #

  • Change lower dart sdk constraints

1.0.0 #

  • Initial version
10
likes
140
pub points
52%
popularity

Publisher

unverified uploader

A Generic Double Linked List data structure. Allows constant time inserting at elements at both ends, before and after any element and constant time element deletion.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

equatable

More

Packages that depend on double_linked_list