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

outdated

A more flexible 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.2.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:flex_seed_scheme/flex_seed_scheme.dart';
86
likes
0
points
294k
downloads

Publisher

verified publisherrydmike.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, material_color_utilities, meta

More

Packages that depend on flex_seed_scheme