toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 85 packages
Sort by PUB-AZS
Immutable collections based on the SDK collections. Each SDK collection class is split into a new immutable collection class and a corresponding mutable builder class.
Code generation for immutable classes that has a simple syntax/API without compromising on the features.
Functional Programming in Dart. Purify your Dart code using efficient immutable data structures, monads, lenses and other FP tools.
Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.#collections#immutable#data-structures#functional
Multi-purpose immutable DateTime subclass. Supports multiple localizations to easily convert DateTime and Duration into human-readable format
It supply device identifier for iOS / Android device. (That identifier does not change per installation)
Adding support for immutable collections for json_serializable
An immutable state machine that supports transient states, integrates with various state and data management frameworks, and is ideal for UI applications.
Annotation for immutable model to generate `copyWith` and == (equal) operator.
Annotation builder for immutable model to generate of `copyWith` and == (equal) operator..