faabul_color_conversion 1.0.0 copy "faabul_color_conversion: ^1.0.0" to clipboard
faabul_color_conversion: ^1.0.0 copied to clipboard

Flutter extensions on String to parse web colors and on Color to produce web color String.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add faabul_color_conversion

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

dependencies:
  faabul_color_conversion: ^1.0.0

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:faabul_color_conversion/faabul_color_conversion.dart';
1
likes
140
points
67
downloads

Documentation

API reference

Publisher

verified publisherfaabul.com

Weekly Downloads

Flutter extensions on String to parse web colors and on Color to produce web color String.

Homepage
Repository (GitHub)
View/report issues

Topics

#color #parser #extension

License

MIT (license)

Dependencies

flutter

More

Packages that depend on faabul_color_conversion