flutter_websocket_manager_plugin 1.0.1
flutter_websocket_manager_plugin: ^1.0.1 copied to clipboard
A Flutter plugin that maintains WebSocket connections in background on Android and iOS.
1.0.1 [2025-12-22] #
- iOS: rename podspec to flutter_websocket_manager_plugin.podspec
- iOS: adjust WebsocketManagerPlugin.m import / registration
- Remove obsolete websocket_manager.podspec
- Lockfile updates
1.0.0 [2025-12-22] #
- Package maintenance taken over by ThearyCoding.
- Updated repository, homepage, and issue tracker links.
- Updated example project to match new package name.
- Documentation and README updates.
- No breaking API changes from previous versions.
0.2.2 [2020-02-28] #
- Migrate to the new android embedding.
- Bump Flutter SDK to 1.12.13+hotfix.5 or greater.
0.2.0 [2019-12-12] #
- Updates okHttp plugin.
- Fix bug on a Android failure event that wasn't treated correct.
0.1.3 [2019-12-12] #
- Fix bug where the close event channel is closed before sending close event.
0.1.2 [2019-12-12] #
- Calls flutter when there are no listeners to an event channel in order to keep a listener.
0.1.1 [2019-12-12] #
- Fix bug on Android where disconnect always reconnects due to retry.
0.1.0 [2019-12-09] #
- Fix bug on listen to event channel.
- Fix bug on iOS where disconnect always reconnects due to retry.
0.0.2 [2019-12-03] #
- Adds comments, analysis file and applies health suggestions.
0.0.1 [2019-12-02] #
- Initial release.