owl 0.2.2 copy "owl: ^0.2.2" to clipboard
owl: ^0.2.2 copied to clipboard

outdatedDart 1 only

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.2

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:owl/annotation/http.dart';
import 'package:owl/annotation/json.dart';
import 'package:owl/annotation/sql.dart';
import 'package:owl/util/http/webapp.dart';
import 'package:owl/util/json/core.dart';
import 'package:owl/util/sql/postgresql.dart';
1
likes
0
pub points
1%
popularity

Publisher

unverified uploader

Client libraries (annotations and utilities) for the owl source code generator. It supports JSON serialization, HTTP APIs and SQL CRUD.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

postgresql

More

Packages that depend on owl