material_color_scheme 0.0.3 copy "material_color_scheme: ^0.0.3" to clipboard
material_color_scheme: ^0.0.3 copied to clipboard

A tool for easily making material and flutter color schemes.

material_color_scheme #

A tool for easily making material and flutter color schemes.

Getting Started #

Using this package is super easy. Just import it:

 import 'package:material_color_scheme/material_color_scheme.dart';

Then use it in your theme definition:

ThemeData(
    primarySwatch: generateSwatch(primaryColor),
    primaryTextTheme: Typography(platform: platform).white,
    // secondary colors
    accentColor: generateSwatch(secondaryColor),
    accentTextTheme: Typography(platform: platform).white,
)
1
likes
120
pub points
62%
popularity

Publisher

unverified uploader

A tool for easily making material and flutter color schemes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on material_color_scheme