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

Brings HexColor for your dart and flutter projects, convert material colors to hex colors

License: BSD 3 Pub.dev 213

hexcolor_example #

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

Getting Started #

sample usage

import 'package:hexcolor/hexcolor.dart';
  Text("Hello There!", style: TextStyle(color: HexColor("#009688"))),
        ElevatedButton(
          onPressed: () {
            setState(() {
              colorCode = Colors.teal.toHex();
            });
          },
          child: Text('Get Hex Color $colorCode'),
        ),
HexColor("#yourhex")

"Buy Me A Coffee"

334
likes
150
points
34.1k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Brings HexColor for your dart and flutter projects, convert material colors to hex colors

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on hexcolor