flutter_instantdb_generator 0.2.0 copy "flutter_instantdb_generator: ^0.2.0" to clipboard
flutter_instantdb_generator: ^0.2.0 copied to clipboard

Build-time code generator for flutter_instantdb. Emits type-safe query tables, typed transactions, and relation accessors from @InstantModel-annotated models.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_instantdb_generator

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

dependencies:
  flutter_instantdb_generator: ^0.2.0

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:flutter_instantdb_generator/flutter_instantdb_generator.dart';
0
likes
140
points
26
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Build-time code generator for flutter_instantdb. Emits type-safe query tables, typed transactions, and relation accessors from @InstantModel-annotated models.

Repository (GitHub)
View/report issues

Topics

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

License

MIT (license)

Dependencies

analyzer, build, source_gen

More

Packages that depend on flutter_instantdb_generator