ral_color 0.0.4 copy "ral_color: ^0.0.4" to clipboard
ral_color: ^0.0.4 copied to clipboard

This package will allow you to convert RAL colors to MaterialColors, RGB, Hexadecimal, CMJN ...

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ral_color

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

dependencies:
  ral_color: ^0.0.4

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:ral_color/generated/assets.dart';
import 'package:ral_color/ral_color_theme.dart';
7
likes
150
points
31
downloads

Publisher

verified publishersidgey.fr

Weekly Downloads

This package will allow you to convert RAL colors to MaterialColors, RGB, Hexadecimal, CMJN ...

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on ral_color