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

outdated

A new flutter plugin project.

hexcolor #

how to use the hexcolor plugin.

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

Getting Started #

sample usage

 Container(
          decoration: new BoxDecoration(
            color: Hexcolor('#34cc89'),
          ),
          child: Center(
            child: Text(
              'Running on: $_platformVersion\n',
              style: TextStyle(color: Hexcolor("#f2f2f2")),
            ),
          ),
        ),
Hexcolor("#yourhex")

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

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

313
likes
30
pub points
99%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on hexcolor