google / tuple.dart

A library providing a tuple data structure
https://pub.dev/packages/tuple
BSD 2-Clause "Simplified" License
194 stars 26 forks source link

added tuple8 + tuple9 class #35

Closed Gerrel closed 1 year ago

Gerrel commented 2 years ago

Added class, updated tests and ready for release 2.0.1.

Gerrel commented 2 years ago

Now also need tuple9 so added it also to this PR

devoncarew commented 1 year ago

Hi - thanks for the contribution here! With the recent release of Dart 3.0 and its support for Records, we plan to move this package into maintenance mode; not take any enhancements to it, and just maintain it from the POV of bug fixes / CI updates to keep it working. There's more detail in the related issue: https://github.com/google/tuple.dart/issues/47.