hexcolor 2.0.0 copy "hexcolor: ^2.0.0" to clipboard
hexcolor: ^2.0.0 copied to clipboard

outdated

A flutter plugin for bringing hex colors to dart hexcolorPlugin.

License: BSD 3 Pub.dev 33

hexcolor_example #

how to use the hexcolor plugin.

hex color plugin allows you to add hex color codes to your flutter projects

Getting Started #

sample usage

import 'package:hexcolor/hexcolor.dart';
                    Text( 
                      'Running on: $_platformVersion\n',
                    style: TextStyle(color: HexColor("#f2f2f2")),
                  ),
                  Text(
                    "Hex From Material  $textColor",
                    style: TextStyle(color: ColorToHex(Colors.teal)),
                  ),
Hexcolor("#yourhex")

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

311
likes
0
pub points
98%
popularity

Publisher

unverified uploader

A flutter plugin for bringing hex colors to dart hexcolorPlugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on hexcolor