map_diff 1.0.1 copy "map_diff: ^1.0.1" to clipboard
map_diff: ^1.0.1 copied to clipboard

A dart package to compare two maps and return the differences between them.

example/map_diff_example.dart

import 'package:map_diff/map_diff.dart';

void main() {
  final left = <String, dynamic>{};
  final right = <String, dynamic>{'key': 'value'};
  final diff = mapDiff(left, right);

  print(diff); //
}
2
likes
155
points
11
downloads

Publisher

verified publisherfelipereis.me

Weekly Downloads

A dart package to compare two maps and return the differences between them.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection

More

Packages that depend on map_diff