fw_color_contrast 0.0.4 copy "fw_color_contrast: ^0.0.4" to clipboard
fw_color_contrast: ^0.0.4 copied to clipboard

Converts colors to sRGB, calculates relative luminosity, provides contrast ratio based helpers

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fw_color_contrast

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

dependencies:
  fw_color_contrast: ^0.0.4

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:fw_color_contrast/fw_color_contrast.dart';
2
likes
110
pub points
0%
popularity

Publisher

verified publisherflutter.works

Converts colors to sRGB, calculates relative luminosity, provides contrast ratio based helpers

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fw_color_contrast