flutter_instantdb_generator 0.2.0
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_generatorThis 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.0Alternatively, 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';