benzaza_realm_common 2.0.0
benzaza_realm_common: ^2.0.0 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 benzaza_realm_commonWith Flutter:
$ flutter pub add benzaza_realm_commonThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
benzaza_realm_common: ^2.0.0Alternatively, 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:benzaza_realm_common/realm_common.dart';