color_preview 0.9.1 color_preview: ^0.9.1 copied to clipboard
Packages for easy confirmation of widget colors, Intuitive design
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add color_preview
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
color_preview: ^0.9.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:color_preview/color_preview.dart';