diffutil_dart 1.0.0-alpha+2 diffutil_dart: ^1.0.0-alpha+2 copied to clipboard
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