double_linked_list 1.0.8
double_linked_list: ^1.0.8 copied to clipboard
A Generic Double Linked List data structure. Allows constant time inserting elements at both ends, before and after any element and constant time element deletion.
1.0.0 #
- Initial version
1.0.1 #
- Change lower dart sdk constraints
1.0.2 #
- Change readme to show that this package will be usable with Dart 2.10
1.0.3 #
- Change pubspec
1.0.4 #
- Make package nullable to be usable, non-nullable version will be 2.0.0
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.6 #
- Fix format issues and package description
1.0.7 #
- Fix dartdoc documentation
1.0.8 #
- Fix format