collection_copy_extensions 0.0.1 copy "collection_copy_extensions: ^0.0.1" to clipboard
collection_copy_extensions: ^0.0.1 copied to clipboard

Collection copy Extension for Redux Architecture.

Github Actions

Features #

List/Map/SetのCopy操作Extensionを提供する.

これらのExtensionはRedux Architectureで頻発する処理を書きやすくするために使用できる.

Usage #


final map = <String, String>{
    'Key1': 'Value1',
    'Key2': 'Value2',
};

final value2Copy = map.copyWhere((entry) => entry.value == 'Value2');
final removedKey1Copy = map.copyWhere((entry) => entry.key != 'Key1');

0
likes
120
pub points
4%
popularity

Publisher

verified publisherviviware.com

Collection copy Extension for Redux Architecture.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on collection_copy_extensions