common_themes 0.0.1 copy "common_themes: ^0.0.1" to clipboard
common_themes: ^0.0.1 copied to clipboard

A Flutter package that provides common theme configurations and utilities for consistent app styling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add common_themes

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

dependencies:
  common_themes: ^0.0.1

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:common_themes/common_themes.dart';
0
likes
130
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides common theme configurations and utilities for consistent app styling.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_bloc, shared_preferences

More

Packages that depend on common_themes