realm_dart 0.2.0+alpha copy "realm_dart: ^0.2.0+alpha" to clipboard
realm_dart: ^0.2.0+alpha copied to clipboard

outdated

The official Realm SDK for Dart. Realm is a mobile database - an alternative to SQLite and key-value stores.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add realm_dart
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_dart: ^0.2.0+alpha
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_dart/realm.dart';
copied to clipboard
44
likes
0
points
52.4k
downloads

Publisher

verified publisherrealm.io

Weekly Downloads

2024.05.31 - 2025.04.25

The official Realm SDK for Dart. Realm is a mobile database - an alternative to SQLite and key-value stores.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, build_cli_annotations, build_runner, crypto, ffi, json_annotation, logging, meta, package_config, path, pub_semver, pubspec_parse, realm_common, realm_generator, tar

More

Packages that depend on realm_dart