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

discontinued

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.5

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
30
pub points
38%
popularity

Publisher

unverified uploader

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

MIT (LICENSE)

Dependencies

analyzer, build, mobx, mustache4dart, source_gen

More

Packages that depend on lombok