-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi!
Great work with this package! I have a question regarding the missing move-implementation, is there a reason for this? It seems to be supported in diff_util?
void _onDiffUpdate(diffutil.DiffUpdate update) {
update.when<void>(
move: (_, __) =>
throw UnimplementedError('moves are currently not supported'),
insert: _onInserted,
change: _onChanged,
remove: _onRemoved);
}
Best regards
Metadata
Metadata
Assignees
Labels
No labels