flutter_realm_sync 0.0.2 copy "flutter_realm_sync: ^0.0.2" to clipboard
flutter_realm_sync: ^0.0.2 copied to clipboard

Real-time bidirectional sync between Realm and MongoDB Atlas. Replaces deprecated Atlas Device Sync with offline-first architecture.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_realm_sync

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

dependencies:
  flutter_realm_sync: ^0.0.2

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:flutter_realm_sync/flutter_realm_sync.dart';
1
likes
110
points
151
downloads

Publisher

unverified uploader

Weekly Downloads

Real-time bidirectional sync between Realm and MongoDB Atlas. Replaces deprecated Atlas Device Sync with offline-first architecture.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl, plugin_platform_interface, realm_flutter_vector_db, socket_io_client, uuid

More

Packages that depend on flutter_realm_sync

Packages that implement flutter_realm_sync