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

Latest commit

 

History

History
69 lines (37 loc) · 1.69 KB

README.md

File metadata and controls

69 lines (37 loc) · 1.69 KB

DEPRECATED

See https://pub.dev/packages/quiver instead!

What is Quiver?

A collection of useful Dart libraries maintained by the Quiver team.

Contributing

You can find our guidelines for contributing code in CONTRIBUTING.

Packages

Utilities for working with Futures, Streams and async computations.

Caching objects in memory and elsewhere.

Argument, state and other invariant checks for your programs.

Abstraction from system clock.

Collections and related utilities to augment the ones provided by the Dart SDK.

Compute hashCode correctly for your objects.

Utilities for working with files.

Utilities for working with Iterables.

Utilities for working with mirrors.

Make your programs null-free with Optional.

String pattern matching utilities.

Utilities for working with strings.

Utilities for working with time.