websok 2.0.4
websok: ^2.0.4 copied to clipboard
A high level websocket library. Use it when working with websockets to avoid a few boilerplate and make your code look cleaner.
2.0.4 Flutter format #
- Flutter format.
2.0.3 Small fixes #
- Naming issues.
2.0.2 Small fixes #
- Fixes to
README.mdandwebsok_test.dart - Added example folder.
- Tried swaping some lib config to make it available on all platforms.
2.0.1 Additional info to pubspec.yaml #
- Added more info to pubspec.yaml
2.0.0 Available on Web #
- Websok is now also available on web.
- Use html.dart for HTML websockets, otherwise use io.dart.
1.1.0 Available on Dart #
- Websok is now also available on dart.
- Fixed TLS issue when no port provided.
1.0.0 Initial version #
- Initial release.