flutter_sync_client 0.1.3
flutter_sync_client: ^0.1.3 copied to clipboard
Real-time data synchronization plugin for Flutter with Hive and Socket.IO
0.1.3 #
- Documentation release - comprehensive README update
- Added pub.flutter-io.cn and MIT license badges
- Improved documentation structure with complete examples
- Added authentication and advanced features sections
- Added server setup example with Socket.IO code
- Added links to all documentation files
- Enhanced overall package presentation
0.1.2 #
- Internal version (not published)
0.1.1 #
- Added type-safe
TypedCollectionReference<T>with generics support - Implemented fast O(1) searching with in-memory field indexing
- Added in-memory caching for instant ID-based lookups
- New query methods:
findByField(),where(),findFirst(),count() - Fixed type casting issue in
SyncItem.fromJson()to handle both string and numeric IDs - Added comprehensive documentation in TYPED_COLLECTIONS.md
- Added typed collection example code
0.1.0 #
- Initial release
- Real-time data synchronization with Socket.IO
- Local storage with Hive database
- Automatic offline/online detection and sync
- Support for Android and iOS platforms
0.0.1 #
- Project setup