flutter_custom_palette 0.0.5 copy "flutter_custom_palette: ^0.0.5" to clipboard
flutter_custom_palette: ^0.0.5 copied to clipboard

A flutter plugin to manage all the colors used in your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_custom_palette

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

dependencies:
  flutter_custom_palette: ^0.0.5

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:flutter_custom_palette/flutter_custom_palette.dart';
1
likes
105
points
46
downloads

Publisher

verified publishercluxid.com

Weekly Downloads

A flutter plugin to manage all the colors used in your app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, hive, hive_flutter

More

Packages that depend on flutter_custom_palette

Packages that implement flutter_custom_palette