Skip to content

Commit 5ced6cd

Browse files
authored
[RealtimeKit] Add Release Notes for RealtimeKit Flutter SDKs (#27736)
1 parent 7d5bd89 commit 5ced6cd

File tree

5 files changed

+199
-1
lines changed

5 files changed

+199
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Flutter Core SDK
4+
release_notes_file_name:
5+
- realtimekit-flutter-core
6+
sidebar:
7+
label: Flutter Core SDK
8+
order: 10
9+
---
10+
11+
import { ProductReleaseNotes } from "~/components";
12+
13+
<ProductReleaseNotes />
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Flutter UI Kit
4+
release_notes_file_name:
5+
- realtimekit-flutter-ui-kit
6+
sidebar:
7+
label: Flutter UI Kit
8+
order: 11
9+
---
10+
11+
import { ProductReleaseNotes } from "~/components";
12+
13+
<ProductReleaseNotes />

src/content/docs/realtime/realtimekit/release-notes/notice-board.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ release_notes_file_name:
55
- realtimekit
66
release_notes_name: RealtimeKit
77
sidebar:
8-
order: 9
8+
order: 99
99
---
1010

1111
import { ProductReleaseNotes } from "~/components";
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
link: "/realtime/realtimekit/release-notes/flutter-core/"
3+
productName: RealtimeKit Flutter Core
4+
productLink: "/realtime/realtimekit/"
5+
entries:
6+
- publish_date: "2026-01-17"
7+
title: RealtimeKit Flutter Core 0.1.5+1
8+
description: |-
9+
**Features**
10+
11+
- Updated internal version and dependencies
12+
- publish_date: "2025-12-18"
13+
title: RealtimeKit Flutter Core 0.1.4+1
14+
description: |-
15+
**Features**
16+
17+
- Added `maxParticipantsPerPage` getter in client
18+
19+
**Fixes**
20+
21+
- Fixed hot-restart causing infinite loading screen
22+
- Fixed video view flickering by using stable keys
23+
- Fixed error code handling for iOS
24+
- Fixed `rtkClient` not being reset after leaving a meeting
25+
- Fixed a crash caused due to color parsing failure
26+
- publish_date: "2025-11-24"
27+
title: RealtimeKit Flutter Core 0.1.4
28+
description: |-
29+
**Fixes**
30+
31+
- Fixed video views failing to be created for some participants
32+
- Fixed participant pinning not working correctly
33+
- publish_date: "2025-11-03"
34+
title: RealtimeKit Flutter Core 0.1.3
35+
description: |-
36+
**Features**
37+
38+
- Added `onAudioDeviceChanged(AudioDevice)` callback that is invoked when the current audio route changes
39+
- Updated `onAudioDevicesUpdated(List<AudioDevice>)` callback to provide the list of available audio devices
40+
- Added camera type to video device and a human-friendly label to show in UI
41+
42+
**Fixes**
43+
44+
- Updated iPhone deployment target to 18.0
45+
- publish_date: "2025-10-09"
46+
title: RealtimeKit Flutter Core 0.1.2+1
47+
description: |-
48+
**Fixes**
49+
50+
- Reverted camera type changes that were causing a crash
51+
- publish_date: "2025-10-09"
52+
title: RealtimeKit Flutter Core 0.1.2
53+
description: |-
54+
**Fixes**
55+
56+
- Screen now stays awake while participant is in a meeting
57+
- Fixed stage status not being parsed correctly
58+
- Fixed screen share view not displaying for local user
59+
- Added camera type to video device and a human-friendly label to show in UI
60+
- publish_date: "2025-09-12"
61+
title: RealtimeKit Flutter Core 0.1.1
62+
description: |-
63+
**Features**
64+
65+
- Added `onPollUpdate(List<Poll>)` callback in `RtkPollsEventListener` that is invoked when a poll is updated
66+
- Added `acceptAllWaitingRoomRequests()` method to admit all waiting room participants at once
67+
68+
**Breaking changes**
69+
70+
- Moved `meeting.broadcastMessage` to `meeting.participants.broadcastMessage(...)`
71+
- Renamed `disableAllAudios` and `disableAllVideos` to `disableAllAudio`/`disableAllVideo`
72+
- Removed `RTK` prefix from `RtkVideoPermissions`
73+
74+
**Fixes**
75+
76+
- Fixed sending images and files in chat causing a crash
77+
- publish_date: "2025-08-26"
78+
title: RealtimeKit Flutter Core 0.1.0+1
79+
description: |-
80+
**Fixes**
81+
82+
- Fixed event listener method names for self, plugin, polls, and recording events
83+
- publish_date: "2025-08-25"
84+
title: RealtimeKit Flutter Core 0.1.0
85+
description: |-
86+
**New APIs**
87+
88+
- Initial release of RealtimeKit Flutter Core
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
link: "/realtime/realtimekit/release-notes/flutter-ui-kit/"
3+
productName: RealtimeKit Flutter UI Kit
4+
productLink: "/realtime/realtimekit/"
5+
entries:
6+
- publish_date: "2026-01-17"
7+
title: RealtimeKit Flutter UI Kit 0.3.0
8+
description: |-
9+
**Enhancements**
10+
11+
- Upgraded to [RealtimeKit Flutter Core v0.1.5+1](/realtime/realtimekit/release-notes/flutter-core/#2026-01-17)
12+
13+
**Fixes**
14+
15+
- Fixed compatibility with Android API 36
16+
- Fixed file picker not working on newer Android versions
17+
- publish_date: "2025-12-19"
18+
title: RealtimeKit Flutter UI Kit 0.2.0
19+
description: |-
20+
**Enhancements**
21+
22+
- Upgraded to [RealtimeKit Flutter Core v0.1.4+1](/realtime/realtimekit/release-notes/flutter-core/#2025-12-18)
23+
24+
**Fixes**
25+
26+
- Fixed participant video tiles flickering during updates
27+
- Hid audio/video icons for webinar viewers who don't have media permissions
28+
- Fixed participants not appearing in grid when joining a meeting
29+
- publish_date: "2025-11-25"
30+
title: RealtimeKit Flutter UI Kit 0.1.4
31+
description: |-
32+
**Enhancements**
33+
34+
- Upgraded to [RealtimeKit Flutter Core v0.1.4](/realtime/realtimekit/release-notes/flutter-core/#2025-11-24)
35+
36+
**Features**
37+
38+
- Added menu for webinar hosts to control viewers
39+
- publish_date: "2025-11-03"
40+
title: RealtimeKit Flutter UI Kit 0.1.3
41+
description: |-
42+
**Enhancements**
43+
44+
- Upgraded to [RealtimeKit Flutter Core v0.1.3](/realtime/realtimekit/release-notes/flutter-core/#2025-11-03)
45+
46+
**Fixes**
47+
48+
- Camera device names now show human-friendly labels in UI
49+
- All participants now appear in the list, not just those on stage
50+
- Fixed stage host controls not working for some participants
51+
- publish_date: "2025-10-09"
52+
title: RealtimeKit Flutter UI Kit 0.1.2+1
53+
description: |-
54+
**Fixes**
55+
56+
- Upgraded to [RealtimeKit Flutter Core v0.1.2+1](/realtime/realtimekit/release-notes/flutter-core/#2025-10-09)
57+
- publish_date: "2025-10-09"
58+
title: RealtimeKit Flutter UI Kit 0.1.2
59+
description: |-
60+
**Enhancements**
61+
62+
- Upgraded to [RealtimeKit Flutter Core v0.1.2](/realtime/realtimekit/release-notes/flutter-core/#2025-10-09)
63+
64+
**Features**
65+
66+
- Added stage event handling to update participant UI when stage status changes
67+
68+
**Fixes**
69+
70+
- Fixed incorrect status icons being displayed for webinar
71+
- Fixed canceling stage join request not working
72+
- Fixed back navigation handling on newer Flutter versions
73+
- publish_date: "2025-09-12"
74+
title: RealtimeKit Flutter UI Kit 0.1.1
75+
description: |-
76+
**Enhancements**
77+
78+
- Upgraded to [RealtimeKit Flutter Core v0.1.1](/realtime/realtimekit/release-notes/flutter-core/#2025-09-12)
79+
- publish_date: "2025-08-26"
80+
title: RealtimeKit Flutter UI Kit 0.1.0
81+
description: |-
82+
**New APIs**
83+
84+
- Initial release of RealtimeKit Flutter UI Kit with [RealtimeKit Flutter Core v0.1.0+1](/realtime/realtimekit/release-notes/flutter-core/#2025-08-26)

0 commit comments

Comments
 (0)