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 [...]

2 versionsVersions feed

Stable versions of partition

VersionMin Dart SDKUploadedDocumentationArchive
1.0.12.124 years agoGo to the documentation of partition 1.0.1Download partition 1.0.1 archive
1.0.02.124 years agoGo to the documentation of partition 1.0.0Download partition 1.0.0 archive
2
likes
150
points
21
downloads

Publisher

verified publisheralexmeuer.com

Weekly Downloads

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