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

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

With Flutter:

 $ flutter 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: ^20.0.1
copied to clipboard

Alternatively, your editor might support dart pub get or flutter 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
42
likes
130
points
49.6k
downloads

Publisher

verified publisherrealm.io

Weekly Downloads

2024.09.16 - 2025.03.31

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
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, build_cli_annotations, build_runner, cancellation_token, collection, crypto, decimal, ejson, ffi, http, json_annotation, logging, meta, package_config, path, pub_semver, pubspec_parse, rational, realm_common, realm_generator, tar, type_plus

More

Packages that depend on realm_dart