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

This package helps to adapt colors on the screen for people with color blindness

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clr_blidness_helper

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

dependencies:
  clr_blidness_helper: ^0.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:clr_blidness_helper/filter_decorator.dart';
import 'package:clr_blidness_helper/filter_manager.dart';
import 'package:clr_blidness_helper/filter_mode.dart';
3
likes
140
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

This package helps to adapt colors on the screen for people with color blindness

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on clr_blidness_helper