df_collection 0.1.0 copy "df_collection: ^0.1.0" to clipboard
df_collection: ^0.1.0 copied to clipboard

A package designed to extend Dart collections.

DF Collection #

Dart & Flutter Packages by DevCetra.com & contributors.

pub package

Summary #

A package designed to extend Dart collections. For a full feature set, please refer to the API reference for more information.

Usage #

// Traverse a map using a list of keys and a set a new value.
Map buffer = {};
buffer.traverse([1, 2, 3, 4], newValue: 5);
print(buffer); // {1: {2: {3: {4: 5}}}}
print(buffer.traverse([1, 2, 3, 4])); // 5

Installation #

Use this package as a dependency by adding it to your pubspec.yaml file (see here).

Contributing and Discussions #

This is an open-source project, and contributions are welcome from everyone, regardless of experience level. Contributing to projects is a great way to learn, share knowledge, and showcase your skills to the community. Join the discussions to ask questions, report bugs, suggest features, share ideas, or find out how you can contribute.

Join GitHub Discussions: #

💬 https://github.com/robmllze/df_collection/discussions/

Join Reddit Discussions: #

💬 https://www.reddit.com/r/df_collection/

Chief Maintainer: #

📧 Email Robert Mollentze at robmllze@gmail.com

License #

This project is released under the MIT License. See LICENSE for more information.

1
likes
0
pub points
61%
popularity

Publisher

verified publisherdevcetra.com

A package designed to extend Dart collections.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, df_type

More

Packages that depend on df_collection