nimbus_annotation 1.0.0+1 nimbus_annotation: ^1.0.0+1 copied to clipboard
nimbus_generator is a type conversion [Nimbus](https://github.com/nimbus-org/nimbus4flutter) client generator using [source_gen](https://github.com/dart-lang/source_gen) and inspired by [Chopper](http [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nimbus_annotation
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
nimbus_annotation: ^1.0.0+1
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:nimbus_annotation/nimbus_annotation.dart';