neuro_realm 1.2.3-b1f2f96bee5ec99c512f60be9cd446e6acbc8bcd
neuro_realm: ^1.2.3-b1f2f96bee5ec99c512f60be9cd446e6acbc8bcd copied to clipboard
The very-unofficial Realm SDK for Flutter. 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 c [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add neuro_realm
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
neuro_realm: ^1.2.3-b1f2f96bee5ec99c512f60be9cd446e6acbc8bcd
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.