socket_io_native_client 1.1.0
socket_io_native_client: ^1.1.0 copied to clipboard
A Flutter plugin for Socket.IO client with native platform support for Android and iOS.
1.1.0 #
- Expanded Flutter Compatibility: Now supports Flutter SDK from 3.0.0 onwards (2+ years old Flutter projects).
- Google Play Store Compliance: Updated Gradle to 8.8.1 and Kotlin to 2.1.20 to meet Google Play Store requirements for 64-bit support and 16KB pages size constraint compliance.
- Latest Android Configuration: Gradle 8.8.1, Kotlin 2.1.20, compileSdk 36, targetSdk 36 for maximum compatibility with latest Android ecosystem.
- iOS 15 Minimum: Updated minimum iOS deployment target to 15.0 to align with latest Flutter SDK requirements.
- Performance Enhancements: Optimized native threading models for better main thread responsiveness with latest compiler optimizations.
1.0.0 #
- Initial release of
socket_io_native_client. - Implemented the official Socket.IO library for Android and iOS.
- Provided better control over socket connections.
- Solved the issue of listening to messages emitted in a room.
- Features include real-time communication, platform-native support, comprehensive configuration, connection management, event handling, and chat support.