Skip to content
/ hexcolor Public template
forked from ggichure/hexcolor

A flutter plugin for bringing hex colors to dart hexcolorPlugin

License

Notifications You must be signed in to change notification settings

zhourengui/hexcolor

 
 

Repository files navigation

License: BSD 3 Pub.dev 147

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")

Color to hex

String textColor = ColorToHex(Colors.teal).toString();

"Buy Me A Coffee"

About

A flutter plugin for bringing hex colors to dart hexcolorPlugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 42.0%
  • CMake 26.9%
  • Dart 8.0%
  • C 7.9%
  • Swift 3.9%
  • Batchfile 2.9%
  • Other 8.4%