smartbok 1.0.0 copy "smartbok: ^1.0.0" to clipboard
smartbok: ^1.0.0 copied to clipboard

Dart Annotation Processor for automatically generating boilerplate code, such as copyWith Methods for Models

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smartbok

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

dependencies:
  smartbok: ^1.0.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:smartbok/builder.dart';
import 'package:smartbok/copyWith/annotations.dart';
import 'package:smartbok/copyWith/generator.dart';
import 'package:smartbok/core/generator_helper.dart';
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Dart Annotation Processor for automatically generating boilerplate code, such as copyWith Methods for Models

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, build, code_builder, source_gen

More

Packages that depend on smartbok