Bump dart-lang/setup-dart from 1.7.1 to 1.7.2 (#69)
Bumps dart-lang/setup-dart from 1.7.1 to 1.7.2.
updated-dependencies:
- dependency-name: dart-lang/setup-dart dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
A library providing a tuple data structure.
Status - complete
We consider this package to be feature complete. With Dart 3.0, users now have the ability to use Records:
By and large, Records serve the same use cases that
package:tuplehad been used for. New users coming to this package should likely look at using Dart Records instead. Existing uses of package:tuple will continue to work, however we don’t intend to enhance the functionality of this package; we will continue to maintain this package from the POV of bug fixes.Usage example