diffutil_dart 1.0.0-alpha+3 copy "diffutil_dart: ^1.0.0-alpha+3" to clipboard
diffutil_dart: ^1.0.0-alpha+3 copied to clipboard

outdated

Calculate the changeset between two lists. Used for implicitly animating Flutter lists without having to maintain a StatefulWidget.

1.0.0-alpha #

Major revamp to make the libary more Dart-y and less cumbersome to use!

  • Add ability to calculate the changeset as list of DiffUpdate object, where each object is of type Insert, Remove, Change or Insert
  • Deprecated the old way the get the changeset via ListUpdateCallback.
  • Ability to turn off changeset batching (See README for an explanation on changeset batching)
  • Improved the example

0.1.0+1 #

  • more tests

0.1.0 #

  • Fix bug in move detection
  • Tighten up privacy of instance variables that were unnecessarily public
  • add tests

0.0.7 #

Fix lint errors

0.0.6 #

Fix missing exports

0.0.5 #

Add support for custom list-like types

0.0.4 #

Add example

0.0.3 #

Update Package description

0.0.2 #

Dokumentation Fixes

0.0.1 - Initial Release #

64
likes
0
pub points
96%
popularity

Publisher

verified publisherlittlebat.dev

Calculate the changeset between two lists. Used for implicitly animating Flutter lists without having to maintain a StatefulWidget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on diffutil_dart