contrast_checker 0.0.2 copy "contrast_checker: ^0.0.2" to clipboard
contrast_checker: ^0.0.2 copied to clipboard

This library try to help you about checking the contrast of your text color and your background color.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add contrast_checker

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

dependencies:
  contrast_checker: ^0.0.2

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:contrast_checker/contrast_checker.dart';
5
likes
150
points
78
downloads

Publisher

verified publisherillukinati.com

Weekly Downloads

This library try to help you about checking the contrast of your text color and your background color.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on contrast_checker