Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

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.

A Flutter plugin that exposes Monet (Material You, Material 3) system colors on Android 12

install & use

see: installing.

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.


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top