Skip to content

feat(llc): add support for sharing live and static locations #2305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: v10.0.0
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ command:
# List of all the dependencies used in the project.
dependencies:
async: ^2.11.0
avatar_glow: ^3.0.0
cached_network_image: ^3.3.1
chewie: ^1.8.1
collection: ^1.17.2
Expand All @@ -44,13 +45,16 @@ command:
file_selector: ^1.0.3
flutter_app_badger: ^1.5.0
flutter_local_notifications: ^18.0.1
flutter_map: ^8.1.1
flutter_map_animations: ^0.9.0
flutter_markdown: ^0.7.2+1
flutter_portal: ^1.1.4
flutter_secure_storage: ^9.2.2
flutter_slidable: ^3.1.1
flutter_svg: ^2.0.10+1
freezed_annotation: ">=2.4.1 <4.0.0"
gal: ^2.3.1
geolocator: ^13.0.0
get_thumbnail_video: ^0.7.3
go_router: ^14.6.2
http_parser: ^4.0.2
Expand All @@ -60,6 +64,7 @@ command:
jose: ^0.3.4
json_annotation: ^4.9.0
just_audio: ">=0.9.38 <0.11.0"
latlong2: ^0.9.1
logging: ^1.2.0
lottie: ^3.1.2
media_kit: ^1.1.10+1
Expand Down
11 changes: 11 additions & 0 deletions packages/stream_chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Upcoming Beta

✅ Added

- Added comprehensive location sharing support with static and live location features:
- `Channel.sendStaticLocation()` - Send a static location message to the channel
- `Channel.startLiveLocationSharing()` - Start sharing live location with automatic updates
- `Channel.activeLiveLocations` - Track members active live location shares in the channel
- `Client.activeLiveLocations` - Access current user active live location shares across channels
- Location event listeners for `locationShared`, `locationUpdated`, and `locationExpired` events

## Upcoming

🐞 Fixed
Expand Down
Loading