Clone this repo:
  1. de79ca8 Add migration notice (#15) by Chris Bracken · 3 years, 4 months ago master
  2. 3bc6e67 Version 3.0.0 (#13) by Chris Bracken · 3 years, 4 months ago 3.0.0
  3. 4c20624 Migrate hashcode to null safety (#12) by Miller Adulu · 3 years, 4 months ago
  4. 0745e5c Merge pull request #8 from pulyaevskiy/support-dart2 by Yegor · 6 years ago 2.0.0
  5. bed935b Change to 2.0.0 and drop support for Dart 1 by Anatoly Pulyaevskiy · 6 years ago

Quiver Hashcode

Build Status Coverage Status

End-of-life

Users of this package should migrate to the core library in the main Quiver package. This code is imported as follows:

import 'package:quiver/core.dart';

Documentation

API Docs

Contains functions hashObjects, hash2, hash3, and hash4 that generate high-quality hashCodes for a list of objects, or 2, 3, or 4 arguments respectively.