neuro_realm_dart 1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01
neuro_realm_dart: ^1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01 copied to clipboard
The very-unofficial Realm SDK for Dart. Realm is a mobile database - an alternative to SQLite and key-value stores. This variant uses named parameters for required fields, and generates a builder clas [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add neuro_realm_dart
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
neuro_realm_dart: ^1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01
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:neuro_realm_dart/realm.dart';