crow_annotation_builder

Github stars Pub Version

The maker of the magic of crow_annotation.

crow_annotation

Github stars Pub Version

Installation

  1. 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>
  1. Install it You can install it from the command line:
$ dart pub get
  1. Enjoy!
flutter packages pub run build_runner build
## or
flutter packages pub run build_runner watch