clr_blidness_helper 0.0.1  clr_blidness_helper: ^0.0.1 copied 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_helperThis 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.1Alternatively, 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';