neuro_realm_common 1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01 neuro_realm_common: ^1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01 copied to clipboard
Hosts the common code shared between neuro_realm, neuro_realm_dart and neuro_realm_generator packages. This package is part of the very-unofficial Realm Flutter and Realm Dart SDKs.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add neuro_realm_common
With Flutter:
$ flutter pub add neuro_realm_common
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
neuro_realm_common: ^1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01
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:neuro_realm_common/realm_common.dart';