richtrex_colorpicker 1.1.0 richtrex_colorpicker: ^1.1.0 copied to clipboard
An extended package used in richtrex package to pick color whether as dialog, bottom sheet, or just widget in tree.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add richtrex_colorpicker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
richtrex_colorpicker: ^1.1.0
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:richtrex_colorpicker/richtrex_colorpicker.dart';