deep_map 1.0.0 copy "deep_map: ^1.0.0" to clipboard
deep_map: ^1.0.0 copied to clipboard

discontinued
outdated

getDeep and setDeep for dart maps

Deep Map #

lesnitsky.dev GitHub stars Twitter Follow

Example #

final a = {};

a.setDeep('a.b.c', 42);

a.getDeep('a'); // { b: { c: 42 } }
a.getDeep('a.b.c'); // 42

License #

MIT

2
likes
15
points
2
downloads

Publisher

verified publisherlesnitsky.dev

Weekly Downloads

getDeep and setDeep for dart maps

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on deep_map