dorm_generator 1.0.0-alpha.7 copy "dorm_generator: ^1.0.0-alpha.7" to clipboard
dorm_generator: ^1.0.0-alpha.7 copied to clipboard

Generates code to implement the dORM framework based on annotations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dorm_generator

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

dependencies:
  dorm_generator: ^1.0.0-alpha.7

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:dorm_generator/dorm_generator.dart';
0
likes
110
points
58
downloads

Publisher

verified publisherbeetsoftware.com

Weekly Downloads

Generates code to implement the dORM framework based on annotations.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

analyzer, build, code_builder, dart_style, dartx, dorm_annotations, graphs, json_serializable, source_gen

More

Packages that depend on dorm_generator