relax_orm_generator 0.1.6
relax_orm_generator: ^0.1.6 copied to clipboard
Code generator for relax_orm — generates TableSchema from annotated classes.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add relax_orm_generatorWith Flutter:
$ flutter pub add relax_orm_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
relax_orm_generator: ^0.1.6Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:relax_orm_generator/relax_orm_generator.dart';