owl_codegen 0.4.0+1 copy "owl_codegen: ^0.4.0+1" to clipboard
owl_codegen: ^0.4.0+1 copied to clipboard

Source code generator for 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_codegen

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  owl_codegen: ^0.4.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:owl_codegen/ext/id.dart';
import 'package:owl_codegen/config.dart';
import 'package:owl_codegen/http_generator.dart';
import 'package:owl_codegen/json_generator.dart';
import 'package:owl_codegen/sql_generator.dart';
import 'package:owl_codegen/utils.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Source code generator for JSON serialization, HTTP APIs and SQL CRUD.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, args, build, build_runner, owl, quiver, source_gen, yaml

More

Packages that depend on owl_codegen