smart_color 0.1.5 copy "smart_color: ^0.1.5" to clipboard
smart_color: ^0.1.5 copied to clipboard

outdated

This is a package used to convert strings to flutter colors, along with all ant design colors

smart_color #

pub package

A smart color package, All ant design colors are included in the plugin

Usage #

To use this plugin, add smart_color as a dependency in your pubspec.yaml file.

Example #

// Import package
import 'package:flutter_icons/flutter_icons.dart';
import 'package:flutter/material.dart';

SmartColor.parse("#ffffff");
SmartColor.parse("white");
SmartColor.parse("rgb(0,0,0)")
SmartColor.parse("rgba(0,0,0,.5)")
4
likes
0
pub points
36%
popularity

Publisher

unverified uploader

This is a package used to convert strings to flutter colors, along with all ant design colors

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, pigment

More

Packages that depend on smart_color