flutter_custom_theme 0.2.1 copy "flutter_custom_theme: ^0.2.1" to clipboard
flutter_custom_theme: ^0.2.1 copied to clipboard

Make your own custom theme for custom components. Easily share it between projects and customize.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_custom_theme

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

dependencies:
  flutter_custom_theme: ^0.2.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:flutter_custom_theme/flutter_custom_theme.dart';
14
likes
150
points
104
downloads

Documentation

API reference

Publisher

verified publisherinnim.ru

Weekly Downloads

Make your own custom theme for custom components. Easily share it between projects and customize.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, list_ext, meta

More

Packages that depend on flutter_custom_theme