Skip to content

A tool for easily making material and flutter color schemes.

License

Notifications You must be signed in to change notification settings

stefanrusek/material_color_scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
)

About

A tool for easily making material and flutter color schemes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published