style_builder 1.1.0 copy "style_builder: ^1.1.0" to clipboard
style_builder: ^1.1.0 copied to clipboard

A generator for building style extensions for Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add style_builder

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

dependencies:
  style_builder: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:style_builder/style_builder.dart';
2
likes
160
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

A generator for building style extensions for Flutter.

Repository (GitHub)

Topics

#theme #style #theme-extension #codegen

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, build, collection, dart_code, style_builder_annotation

More

Packages that depend on style_builder