# material_color_utilities

[![pub package](https://img.shields.io/pub/v/material_color_utilities.svg)](https://pub.dev/packages/material_color_utilities)

Algorithms and utilities that power the Material Design 3 color system,
including choosing theme colors from images and creating tones of colors; all in
a new color space.

This is a low-level package. For developers looking to adopt Material 3 features
such as dynamic color and color harmonization in their apps, please see the
[dynamic_color](https://pub.dev/packages/dynamic_color) package.

## Getting started

`dart pub add material_color_utilities` or `flutter pub add material_color_utilities`

## Usage

```dart
import 'package:material_color_utilities/material_color_utilities.dart';
```

For more information, see the main [README](https://github.com/material-foundation/material-color-utilities#readme).

## Contributing

This repo is not accepting external contributions, but feature requests and bug
reports are welcome on
[GitHub](https://github.com/material-foundation/material-color-utilities/issues).
