material_color_scheme 0.0.1+1 copy "material_color_scheme: ^0.0.1+1" to clipboard
material_color_scheme: ^0.0.1+1 copied to clipboard

outdated

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
0
pub points
62%
popularity

Publisher

unverified uploader

A tool for easily making material and flutter color schemes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on material_color_scheme