tuple
A library providing a tuple data structure.
2.0.2
1.4M downloads/mo
#293 most downloaded on pub.dev
google/tuple.dart
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 11 months
Nearly every release is documented
notes for 13 of 13 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
14 releases · first in 2014
0 releases in the last 12 months
see the full history below
Release timeline
14 releases · Oct 2014 to Jun 2023Releases
latest 14-
2.0.212 Jun 2023Release notes
Open source →- Update the readme to indicate that this package is considered feature complete.
- Require Dart 2.17.
-
2.0.106 Oct 2022Release notes
Open source →-
fix the CI badge
-
update the branch name
-
remove 'strict-casts' (not supported on Dart 2.14)
Release notes
Open source →- Remove the dependency on
package:quiver. - Require Dart 2.14.0.
- Switch to using
package:lints/recommended.yamlfor analysis.
-
-
2.0.012 Mar 2021 -
2.0.0-nullsafety.016 Dec 2020 pre-releaseNothing published for this version
-
1.0.326 Sep 2019 -
1.0.203 Aug 2018 -
1.0.130 Oct 2016Release notes
Open source →Changed dependency to quiver.core, but otherwise identical to v1.0.1 tag for the tuple package.
-
1.0.024 Nov 2015 -
0.4.024 Sep 2015 -
0.3.023 Sep 2015 -
0.2.021 Sep 2015Release notes
Open source →- Rename PersistentTuple classes to Tuple; remove Tuple classes.
- Rename each iN item to itemN.
- Rename setIN to withItemN.
-
0.1.221 Sep 2015 -
0.1.119 Sep 2015Release notes
Open source →- Add operator == and hashCode to classes, so that tuples may be used as keys in hashes.
-
0.1.017 Oct 2014