x_color 0.0.2+1 x_color: ^0.0.2+1 copied to clipboard
A dynamic and remote color data holder for flutter remote-ui project
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add x_color
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
x_color: ^0.0.2+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:x_color/x_color.dart';