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
140
points
517
downloads

Publisher

verified publisherviviware.com

Weekly Downloads

Collection copy Extension for Redux Architecture.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on collection_copy_extensions