theme_generator_x 0.0.6 copy "theme_generator_x: ^0.0.6" to clipboard
theme_generator_x: ^0.0.6 copied to clipboard

Theme extension generator

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate theme_generator_x

Use it

The package has the following executables:

$ theme_generator_x

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add theme_generator_x

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

dependencies:
  theme_generator_x: ^0.0.6

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:theme_generator_x/theme_generator_x.dart';
10
likes
140
pub points
0%
popularity

Publisher

unverified uploader

Theme extension generator

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, http, path, recase

More

Packages that depend on theme_generator_x