realm_generator 20.0.1 copy "realm_generator: ^20.0.1" to clipboard
realm_generator: ^20.0.1 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add realm_generator
copied to clipboard

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

dependencies:
  realm_generator: ^20.0.1
copied to clipboard

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:realm_generator/realm_generator.dart';
copied to clipboard
4
likes
130
points
51.8k
downloads

Publisher

verified publisherrealm.io

Weekly Downloads

2024.09.23 - 2025.04.07

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

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer, build, build_resolvers, collection, dart_style, realm_common, source_gen, source_span

More

Packages that depend on realm_generator