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

The very-unofficial Realm SDK for Dart. Realm is a mobile database - an alternative to SQLite and key-value stores. This variant uses named parameters for required fields, and generates a builder clas [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add neuro_realm_dart

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

dependencies:
  neuro_realm_dart: ^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_dart/realm.dart';
0
likes
55
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

The very-unofficial Realm SDK for Dart. Realm is a mobile database - an alternative to SQLite and key-value stores. This variant uses named parameters for required fields, and generates a builder class for each RealmObject.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, build_cli_annotations, build_runner, cancellation_token, collection, crypto, ffi, http, json_annotation, logging, meta, neuro_realm_common, neuro_realm_generator, package_config, path, pub_semver, pubspec_parse, tar

More

Packages that depend on neuro_realm_dart