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

A Flutter plugin that provides real-time bidirectional sync between Realm database and MongoDB Atlas using Socket.IO. Features automatic conflict resolution, batch operations, change tracking, and com [...]

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.1

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
90
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides real-time bidirectional sync between Realm database and MongoDB Atlas using Socket.IO. Features automatic conflict resolution, batch operations, change tracking, and comprehensive CRUD operation syncing with timestamp-based verification.

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