owl 0.2.1+1
owl: ^0.2.1+1 copied to clipboard
Client libraries (annotations and utilities) for the owl source code generator. It supports JSON serialization, HTTP APIs and SQL CRUD.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add owl
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
owl: ^0.2.1+1
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.