color_system 0.0.5 copy "color_system: ^0.0.5" to clipboard
color_system: ^0.0.5 copied to clipboard

outdated

This plugin simplifies hex color handling, making it effortless to customize visual elements in your application with precision and ease.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add color_system

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  color_system: ^0.0.5

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_system/color_service.dart';
import 'package:color_system/inbuilt_colors.dart';
4
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin simplifies hex color handling, making it effortless to customize visual elements in your application with precision and ease.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on color_system

Packages that implement color_system