Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/stream_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Unreleased
## 0.1.0

* Initial release
2 changes: 1 addition & 1 deletion packages/stream_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It provides shared low-level utilities, such as:

This package is **not designed for direct use by customers**. It acts as the foundation layer for other Stream SDKs and contains internal logic that is subject to change.

> If you're building an app with Stream, use [stream-chat-flutter](https://github.com/GetStream/stream-chat-flutter) or [stream-video-flutter](https://github.com/GetStream/stream-video-flutter) instead.
> If you're building an app with Stream, use [stream-chat-flutter](https://github.com/GetStream/stream-chat-flutter), [stream-video-flutter](https://github.com/GetStream/stream-video-flutter) or [stream-feeds-flutter](https://github.com/GetStream/stream-feeds-flutter) instead.

## ⚠️ Versioning Notice

Expand Down
7 changes: 0 additions & 7 deletions packages/stream_core/docs/web_socket.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Stream Core WebSocket

## TODO
- [ ] cover with unit tests
- [ ] test implementation
- [x] reconnect logic
- [x] improve docs
- [ ] replace print statements with proper logs

Stream Core WebSocket provides a robust WebSocket client with automatic reconnection, health monitoring, and type-safe event handling for real-time applications.

The WebSocket implementation includes comprehensive connection lifecycle management, intelligent reconnection policies, and structured event processing for building reliable real-time features.
Expand Down
3 changes: 1 addition & 2 deletions packages/stream_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: stream_core
description: "Internal sdk with low-level utilities for the stream SDKs"
version: 0.0.1
version: 0.1.0
repository: https://github.com/GetStream/stream-core-flutter
publish_to: none # Delete when ready to publish

# Note: The environment configuration and dependency versions are managed by Melos.
#
Expand Down
Loading