style_generator 0.3.0-dev copy "style_generator: ^0.3.0-dev" to clipboard
style_generator: ^0.3.0-dev copied to clipboard

Theme and Style generator. Generates ThemeExtensions for Flutter and optionally data classes for Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add style_generator

With Flutter:

 $ flutter pub add style_generator

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

dependencies:
  style_generator: ^0.3.0-dev

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

Import it

Now in your Dart code, you can use:

import 'package:style_generator/style_generator.dart';
4
likes
0
points
251
downloads

Publisher

verified publishermemeozer.com

Weekly Downloads

Theme and Style generator. Generates ThemeExtensions for Flutter and optionally data classes for Dart

Repository (GitHub)
View/report issues

Topics

#theme #style #extension #codegen

License

unknown (license)

Dependencies

analyzer, build, build_config, collection, dart_style, flutter, logging, meta, path, style_generator_annotation

More

Packages that depend on style_generator