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

discontinued
outdated

Material You user-generated colors on Android 12

monet_colors #

A Flutter plugin that exposes Monet (Material You, Material 3) system colors on Android 12. Returns null on unsupported platforms and leaves handling that to you. For a backwards compatible implementation, see monet.

Install & Use #

Latest version:

dependencies:
  monet_colors: ^x.y.z
final MonetColors? colors = await Monet.get();

final primary200 = colors.primary[200];
final secondary400 = colors.secondary.shade400;
final tertiary = colors.tertiary;
final tertiary300 = tertiary[300];
// ...

Check out the example project for a demo of all the colors.

7
likes
0
pub points
0%
popularity

Publisher

verified publisherdeadpackage.site

Material You user-generated colors on Android 12

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on monet_colors