app_color_parser 0.0.4 copy "app_color_parser: ^0.0.4" to clipboard
app_color_parser: ^0.0.4 copied to clipboard

A lightweight Flutter package for converting between Color, hex strings, and ARGB integers, with built-in JSON serialization support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_color_parser

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  app_color_parser: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:app_color_parser/app_color_parser.dart';
0
likes
150
points
69
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter package for converting between Color, hex strings, and ARGB integers, with built-in JSON serialization support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on app_color_parser