fast_equatable 1.1.0 copy "fast_equatable: ^1.1.0" to clipboard
fast_equatable: ^1.1.0 copied to clipboard

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.

1.1.0 #

  • Added mustBeOverriden and mustCallSuper annotation
  • Potentially Breaking: Simplify codebase by removing internal IFastEquatable

1.0.0 #

  • Updated to Dart 3
  • Switched from lints to lint
  • Fixed lints
  • Minor performance optimizations

0.9.1 #

  • Added meta dependency
  • Annotated some members with @protected

0.9.0 #

  • Initial version.
3
likes
140
pub points
66%
popularity

Publisher

verified publisherfabi.online

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, meta

More

Packages that depend on fast_equatable