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

Flutter WormHole generator a classes depending on annotations to communicate with current platform (inspired by Retrofit)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wormhole_generator

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

dependencies:
  wormhole_generator: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:wormhole_generator/builder.dart';
import 'package:wormhole_generator/generated/i18n.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Flutter WormHole generator a classes depending on annotations to communicate with current platform (inspired by Retrofit)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

built_collection, code_builder, flutter, source_gen, wormhole

More

Packages that depend on wormhole_generator