easy_theme 1.0.2 copy "easy_theme: ^1.0.2" to clipboard
easy_theme: ^1.0.2 copied to clipboard

A package to generate MaterialColors and a ThemeData for your Flutter App in an EASY and FAST WAY.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_theme
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  easy_theme: ^1.0.2
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:easy_theme/easy_theme.dart';
copied to clipboard
2
likes
30
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.08 - 2025.03.23

A package to generate MaterialColors and a ThemeData for your Flutter App in an EASY and FAST WAY.

Repository (GitHub)

License

unknown (license)

Dependencies

flutter

More

Packages that depend on easy_theme