okcolor 1.0.1 copy "okcolor: ^1.0.1" to clipboard
okcolor: ^1.0.1 copied to clipboard

A Dart package for working with colors in the Oklab color space, providing utilities for color manipulation, conversion, and analysis.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add okcolor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  okcolor: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:okcolor/okcolor.dart';
4
likes
140
points
521
downloads

Publisher

verified publishereliseyozerov.com

Weekly Downloads

A Dart package for working with colors in the Oklab color space, providing utilities for color manipulation, conversion, and analysis.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, vector_math

More

Packages that depend on okcolor