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

outdated

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.
4
likes
0
points
85
downloads

Publisher

verified publisherfabi.online

Weekly Downloads

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

License

unknown (license)

Dependencies

collection, meta

More

Packages that depend on fast_equatable