realm_repo 0.0.3 copy "realm_repo: ^0.0.3" to clipboard
realm_repo: ^0.0.3 copied to clipboard

A flutter project to make realm easy to work with by declaring a database, online or offline, and repositories for single objects and collections

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add realm_repo

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

dependencies:
  realm_repo: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:realm_repo/realm_repo.dart';
3
likes
130
points
47
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter project to make realm easy to work with by declaring a database, online or offline, and repositories for single objects and collections

Homepage

License

unknown (license)

Dependencies

flutter, realm

More

Packages that depend on realm_repo