flutter_sync_client 0.2.5
flutter_sync_client: ^0.2.5 copied to clipboard
Real-time data synchronization plugin for Flutter with Hive and Socket.IO. Supports both untyped and type-safe collections with fast O(1) indexed searching, bulk operations, and offline support.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'example.dart';
void main() {
runApp(const MyApp());
}