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

A utility package for generating Material 3 (M3) color schemes in Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add m3_color_scheme

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

dependencies:
  m3_color_scheme: ^0.0.1

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:m3_color_scheme/m3_color_scheme.dart';
1
likes
40
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A utility package for generating Material 3 (M3) color schemes in Flutter apps.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, material_color_utilities

More

Packages that depend on m3_color_scheme