tailwind_palette 0.0.2 copy "tailwind_palette: ^0.0.2" to clipboard
tailwind_palette: ^0.0.2 copied to clipboard

A package that contains Tailwind CSS color palette. Package is inspired by https://tailwindcss.com/docs/customizing-colors. Also utilizes extension methods to make it easier to use.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tailwind_palette

With Flutter:

 $ flutter pub add tailwind_palette

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

dependencies:
  tailwind_palette: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:tailwind_palette/tailwind_palette.dart';
6
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A package that contains Tailwind CSS color palette. Package is inspired by https://tailwindcss.com/docs/customizing-colors. Also utilizes extension methods to make it easier to use.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on tailwind_palette