material_color_generator 1.1.0 copy "material_color_generator: ^1.1.0" to clipboard
material_color_generator: ^1.1.0 copied to clipboard

A package for generating a material color palette with HEX Color.

material_color_generator #

This package allows you to get a material color palette by giving any HEX color. Pretty simple, pretty plain.

How can i use this? #

Go to the main.dart file of your project and find the MaterialApp widget. Pick any hex color and use with generateMaterialColor() method. It's done.

MaterialApp(
  debugShowCheckedModeBanner: false,
  title: 'Flutter App',
  theme: ThemeData(
    primarySwatch: generateMaterialColor(color: Color(0xFF113861)),
  ),
);

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

33
likes
130
pub points
90%
popularity

Publisher

verified publisherberkanaslan.com

A package for generating a material color palette with HEX Color.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on material_color_generator