id_pair_set 1.0.1 copy "id_pair_set: ^1.0.1" to clipboard
id_pair_set: ^1.0.1 copied to clipboard

A Dart package providing an immutable data structure for managing unique ID pairs by type, with features for filtering, serialization, and validation. Ideal for product catalogs and functional programming.

1.0.1 - 2025-12-06 #

Changed #

  • Updated documentation.

1.0.0 - 2025-12-06 #

Added #

  • Initial release of id_pair_set package.
  • IdPair abstract class for representing ID pairs with type and code.
  • IdPairSet class for efficiently storing and managing collections of ID pairs.
  • Support for unique pairs with configurable behavior (keep last or first occurrence).
  • Methods for adding, removing, and filtering pairs by type.
  • toString() method for consistent serialization and identification.
  • Integration with equatable for equality comparisons.
1
likes
0
points
214
downloads

Publisher

verified publishertaybiz.com

Weekly Downloads

A Dart package providing an immutable data structure for managing unique ID pairs by type, with features for filtering, serialization, and validation. Ideal for product catalogs and functional programming.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

equatable

More

Packages that depend on id_pair_set