flex_seed_scheme 1.5.0 copy "flex_seed_scheme: ^1.5.0" to clipboard
flex_seed_scheme: ^1.5.0 copied to clipboard

A more flexible and powerful version of Flutter's ColorScheme.fromSeed. Use multiple seed colors, custom chroma and tone mapping.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flex_seed_scheme

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

dependencies:
  flex_seed_scheme: ^1.5.0

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:flex_seed_scheme/flex_seed_scheme.dart';
56
likes
140
pub points
92%
popularity
screenshot

Publisher

verified publisherrydmike.com

A more flexible and powerful version of Flutter's ColorScheme.fromSeed. Use multiple seed colors, custom chroma and tone mapping.

Repository (GitHub)
View/report issues
Contributing

Topics

#theme #colorscheme #material3 #color #materialdesign

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter, meta

More

Packages that depend on flex_seed_scheme