crow_annotation_builder
The maker of the magic of crow_annotation.
crow_annotation
Installation
- Add this to your packages pubspec.yaml file:
# The annotation
dependencies:
crow_annotation: <^last>
# The maker of the magic.
dev_dependencies:
crow_annotation_builder: <^last>
build_runner: <^last>
- Install it You can install it from the command line:
$ dart pub get
- Enjoy!
flutter packages pub run build_runner build
## or
flutter packages pub run build_runner watch