cratestack_builder 0.9.4 copy "cratestack_builder: ^0.9.4" to clipboard
cratestack_builder: ^0.9.4 copied to clipboard

build_runner generator producing fluent builders for classes annotated with CrateStack's @CratestackBuilder. A dev dependency — the annotation itself lives in cratestack_annotations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cratestack_builder

With Flutter:

 $ flutter pub add cratestack_builder

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

dependencies:
  cratestack_builder: ^0.9.4

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:cratestack_builder/builder.dart';
0
likes
125
points
823
downloads

Documentation

API reference

Publisher

verified publishercratestack.dev

Weekly Downloads

build_runner generator producing fluent builders for classes annotated with CrateStack's @CratestackBuilder. A dev dependency — the annotation itself lives in cratestack_annotations.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#codegen #build-runner #builder

License

MIT (license)

Dependencies

analyzer, build, cratestack_annotations, source_gen

More

Packages that depend on cratestack_builder