fast_equatable 1.3.1 copy "fast_equatable: ^1.3.1" to clipboard
fast_equatable: ^1.3.1 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.3.1

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
160
points
230
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)

Documentation

API reference

License

MIT (license)

Dependencies

collection, meta, xxh3

More

Packages that depend on fast_equatable