collection_diff

Creator: coderz1093

Last updated:

0 purchases

collection_diff Image
collection_diff Images

Languages

Categories

Add to Cart

Description:

collection diff

collection_diff #


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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.