collection_diff 2.0.3+6 copy "collection_diff: ^2.0.3+6" to clipboard
collection_diff: ^2.0.3+6 copied to clipboard

A dart library that compares collections and returns the differences as a set of operations.

collection_diff #

pub package Coverage Status

A flutter project that compares two collections and produces a list of deltas between then. This is useful when working with flutter's AnimatedList widgets, or any other time you want to respond to list changes without having to rebuild your entire view.

By default, the diffs run synchronously, which hurts performance if you run them in the main thread.
See the [collection_diff_isolate] package for running the diff operations in the background.

3
likes
100
pub points
55%
popularity

Publisher

verified publishersunnyapp.co

A dart library that compares collections and returns the differences as a set of operations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, crypto, flutter, flutter_test, logging, uuid

More

Packages that depend on collection_diff