neuro_realm_generator 1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01 copy "neuro_realm_generator: ^1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01" to clipboard
neuro_realm_generator: ^1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01 copied to clipboard

Generates RealmObject classes from Realm data model classes. This package is part of the very-unofficial Realm Flutter and Realm Dart SDKs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add neuro_realm_generator

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

dependencies:
  neuro_realm_generator: ^1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01

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:neuro_realm_generator/realm_generator.dart';
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

Generates RealmObject classes from Realm data model classes. This package is part of the very-unofficial Realm Flutter and Realm Dart SDKs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

analyzer, build, build_resolvers, dart_style, neuro_realm_common, source_gen, source_span

More

Packages that depend on neuro_realm_generator