lombok 0.0.2 copy "lombok: ^0.0.2" to clipboard
lombok: ^0.0.2 copied to clipboard

discontinued
outdated

Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again, with one annotation your class has [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lombok

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

dependencies:
  lombok: ^0.0.2

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:lombok/lombok.dart';
14
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, mustache4dart, source_gen

More

Packages that depend on lombok