realm_common 1.0.3 copy "realm_common: ^1.0.3" to clipboard
realm_common: ^1.0.3 copied to clipboard

Hosts the common code shared between realm, realm_dart and realm_generator packages. 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_common

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

dependencies:
  realm_common: ^1.0.3

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_common/realm_common.dart';
2
likes
0
pub points
53%
popularity

Publisher

verified publisherrealm.io

Hosts the common code shared between realm, realm_dart and realm_generator packages. This package is part of the official Realm Flutter and Realm Dart SDKs.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

objectid, sane_uuid

More

Packages that depend on realm_common