color_vision_deficiency 0.0.1+2 copy "color_vision_deficiency: ^0.0.1+2" to clipboard
color_vision_deficiency: ^0.0.1+2 copied to clipboard

A set of tools to develop better apps for people with color vision deficiency (aka color blindness)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add color_vision_deficiency

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

dependencies:
  color_vision_deficiency: ^0.0.1+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:color_vision_deficiency/color_deficiency_filter.dart';
import 'package:color_vision_deficiency/color_deficiency_widget.dart';
import 'package:color_vision_deficiency/l10n/app_localizations.dart';
import 'package:color_vision_deficiency/l10n/app_localizations_en.dart';
0
likes
160
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A set of tools to develop better apps for people with color vision deficiency (aka color blindness)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_localizations, intl

More

Packages that depend on color_vision_deficiency