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

outdated

A new Flutter package project.

color_converter #

dart color converter library.

Installation #

  1. Add this to your package's pubspec.yaml file:
dependencies:
  color_converter: any
  1. Get the package using your IDE's GUI or via command line with
$ pub get
  1. Import the color_converter.dart file in your app
import 'package:color_converter/color_converter.dart';