partition 1.0.1 copy "partition: ^1.0.1" to clipboard
partition: ^1.0.1 copied to clipboard

A library for partitioning iterables based on predicates. By default, partitioning happens lazily over the source iterable but eager partitioning can be used by setting the lazy parameter or using the [...]

Stable versions of partition

VersionMin Dart SDKUploadedDocumentationArchive
1.0.1Null safety2.122 years agoGo to the documentation of partition 1.0.1Download partition 1.0.1 archive
1.0.0Null safety2.123 years agoGo to the documentation of partition 1.0.0Download partition 1.0.0 archive
2
likes
130
pub points
48%
popularity

Publisher

verified publisheralexmeuer.com

A library for partitioning iterables based on predicates. By default, partitioning happens lazily over the source iterable but eager partitioning can be used by setting the lazy parameter or using the partionNow extension method.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection

More

Packages that depend on partition