isar_generator 3.0.0-dev.12 copy "isar_generator: ^3.0.0-dev.12" to clipboard
isar_generator: ^3.0.0-dev.12 copied to clipboard

Code generator for the Isar Database. Finds classes annotated with @Collection.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isar_generator

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

dependencies:
  isar_generator: ^3.0.0-dev.12

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:isar_generator/isar_generator.dart';
24
likes
0
pub points
95%
popularity

Publisher

verified publisherisar.dev

Code generator for the Isar Database. Finds classes annotated with @Collection.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, dart_style, dartx, glob, isar, path, source_gen, xxh3

More

Packages that depend on isar_generator