equatable

A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.

MIT License

Stars
922
Committers
22

Bot releases are hidden (Show)

equatable - v0.1.6

Published by felangel over 5 years ago

0.1.6

Documentation Updates

  • Performance Tests
equatable - v0.1.5

Published by felangel over 5 years ago

0.1.5

Additional Performance Optimizations & Documentation Updates

equatable - v0.1.4

Published by felangel over 5 years ago

0.1.4

Performance Optimizations

equatable - v0.1.3

Published by felangel almost 6 years ago

0.1.3

Bug Fixes

equatable - v0.1.2

Published by felangel almost 6 years ago

0.1.2

Additional Updates to Documentation.

  • Logo Added
equatable - v0.1.1

Published by felangel almost 6 years ago

0.1.1

Minor Updates to Documentation.

equatable - v0.1.0

Published by felangel almost 6 years ago

0.1.0

Initial Version of the library.

  • Includes the ability to extend Equatable and not have to override == and hashCode.