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

A new Flutter project.

Contrast Checker #

A flutter package for checking the text color and the background color contrast.

Installation #

Add contrast_checker as a dependency in your pubspec.yaml file.

contrast_checker: any

Android #

No permissions required. Uses application cache directory.

iOS #

No permissions required.

How-to: #

bool isContrast = contrastCheck(18.6, Color(0xFF6E6E6E), Color(0xFFFFFFFF), WCAG.AA);
5
likes
100
pub points
58%
popularity

Publisher

verified publisherillukinati.com

A new Flutter project.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on contrast_checker