Skip to content

Implementation of move is missing #4

@InfiniteTabs

Description

@InfiniteTabs

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions