custom_material_color 0.0.1 custom_material_color: ^0.0.1 copied to clipboard
Method to create new material color from hex
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add custom_material_color
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
custom_material_color: ^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:custom_material_color/custom_material_color.dart';