Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Add migration notice
Browse files Browse the repository at this point in the history
Marks this package as end-of-life and suggests that users migrate to the
core libray in the main Quiver package at
https://github.com/google/quiver-dart.
  • Loading branch information
cbracken committed Mar 15, 2021
1 parent 3bc6e67 commit de07f07
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,17 @@ Quiver Hashcode
[![Build Status](https://travis-ci.org/QuiverDart/quiver_hashcode.svg?branch=master)](https://travis-ci.org/QuiverDart/quiver_hashcode)
[![Coverage Status](https://img.shields.io/coveralls/QuiverDart/quiver_hashcode.svg)](https://coveralls.io/r/QuiverDart/quiver_hashcode)

## End-of-life

Users of this package should migrate to the `core` library in the main
[Quiver](https://pub.dev/packages/quiver) package. This code is imported
as follows:

```dart
import 'package:quiver/core.dart';
```


## Documentation

[API Docs](http://www.dartdocs.org/documentation/quiver_hashcode/latest)
Expand Down

0 comments on commit de07f07

Please sign in to comment.