- allow mutations to the passed list by copying the list
Relax version constraint on dependeny to diffutil_dart
No changes, remove nullsafety suffix
Add null safety
Add Github Actions and more tests
Upgrade diffutil.dart dependency to 1.0.0
Documentation fixes
Add DiffUtilSliverList.fromKeyedWidgetList! You can now implicitly a animate changes in a List of Widgets, if every Widget has a unique key.
Fix generic type issue
- Improve sample
- Fix typo in documentation
- Documentation fixes
-
Breaking Change: Remove Support for custom list-like types, made the API too complex and added too little benefit. If there's need I will add specialized Widgets for custom list types.
-
Fix bug where sometimes a wrong item was animated.
-
Update example
Fix example
Depend on latest version of diffutil
Add more metadata
Preview version