style_generator 0.2.10 copy "style_generator: ^0.2.10" to clipboard
style_generator: ^0.2.10 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 Flutter:

 $ flutter pub add style_generator

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

dependencies:
  style_generator: ^0.2.10

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:style_generator/style_generator.dart';
4
likes
120
points
310
downloads

Documentation

API reference

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

BSD-3-Clause (license)

Dependencies

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

More

Packages that depend on style_generator