cindel_generator 0.5.3 copy "cindel_generator: ^0.5.3" to clipboard
cindel_generator: ^0.5.3 copied to clipboard

Source generator for Cindel schemas, serializers, typed collections, and query builders.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cindel_generator

With Flutter:

 $ flutter pub add cindel_generator

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

dependencies:
  cindel_generator: ^0.5.3

Alternatively, 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:cindel_generator/cindel_generator.dart';
1
likes
160
points
190
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Source generator for Cindel schemas, serializers, typed collections, and query builders.

Repository (GitHub)
View/report issues
Contributing

Topics

#database #nosql #codegen #build-runner #source-gen

License

Apache-2.0 (license)

Dependencies

analyzer, build, cindel_annotations, source_gen

More

Packages that depend on cindel_generator