material_color_scheme

Last updated:

0 purchases

material_color_scheme Image
material_color_scheme Images
Add to Cart

Description:

material color scheme

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';
copied to clipboard
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,
)
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.