toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 16 packages
Sort by PUB-AZS
A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.#equality#equals
Annotations for code generator 'autoequal_gen' to simplify work with 'equatable'. It will generate 'List<Object?> props' private extensions for all annotated classes.
Provides annotations for the 'equatable_gen' code generator, used with the 'equatable' package#equatable#equality#equals#props#generator
Code generator which can simplify work with 'equatable'. It will generate 'List<Object?> props' private extensions for all annotated classes.
A tool to convert toString() which is hard to read generated by such as Equatable or Freezed to be human-readable.
Automatically creates 'props' getters for classes using the equatable package.#equatable#equality#equals#props#generator
This is a set of rules to make classes using Equatable more maintainable. We make sure here that every fields in an Equatable class is linked to the Equatable props getter.
Set of code generators for copyWith and copyWithNull methods with deepCopy support, Equatable props generation.#codegen#copy-with
A simple Dart package that provides fast and secure equality comparison as a mixin. It optionally offers hash caching to improve the speed of Map's and Set's significantly.
A simple Dart package that provides immutable equatable's with the option to store the hashes.