renggli / dart-more

More Dart — Literally.
http://pub.dartlang.org/packages/more
MIT License
86 stars 7 forks source link

Merging map recursively #7

Open ncuillery opened 3 years ago

ncuillery commented 3 years ago

Hey,

Is there a way to do what this package do with More? https://pub.dev/packages/merge_map

It merges multiple Map recursively.

renggli commented 3 years ago

No, not out of the box. Why not use the existing package?

ncuillery commented 3 years ago

Well I'm already using the More package (remember #6 ?) and I try to keep a lot amount of dependencies in my project, plus I have found an issue in it (https://github.com/thosakwe/merge_map/issues/3).

I'm just wondering. Feel free to close if you think it doesn't belong it to this package 👍