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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fast_equatable

With Flutter:

 $ flutter pub add fast_equatable

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fast_equatable: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fast_equatable/fast_equatable.dart';
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