Skip to content

Commit 6fd0d55

Browse files
committed
prepare for 1.0.0
1 parent ff65370 commit 6fd0d55

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 1.0.0
4+
5+
* Ready for Flutter 3.
6+
* `mirrorMode` for `VideoTrackRenderer`.
7+
* Fix url building logic for validation more.
8+
* Changed `AVAudioSessionCategory` switch timing to publish / unpublish.
9+
* Support for Bluetooth on Android 11.
10+
311
## 0.5.9
412

513
* Fix: iOS audio issue which prevents `AVAudioSessionCategory` to switch correctly.

ios/livekit_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'livekit_client'
3-
s.version = '0.5.9'
3+
s.version = '1.0.0'
44
s.summary = 'Open source platform for real-time audio and video.'
55
s.description = 'Open source platform for real-time audio and video.'
66
s.homepage = 'https://livekit.io/'

lib/src/livekit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'options.dart';
44
/// Main entry point to connect to a room.
55
/// {@category Room}
66
class LiveKitClient {
7-
static const version = '0.5.9';
7+
static const version = '1.0.0';
88

99
/// Convenience method for connecting to a LiveKit server.
1010
/// Returns a [Room] upon a successful connect or throws when it fails.

macos/livekit_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'livekit_client'
3-
s.version = '0.5.9'
3+
s.version = '1.0.0'
44
s.summary = 'Open source platform for real-time audio and video.'
55
s.description = 'Open source platform for real-time audio and video.'
66
s.homepage = 'https://livekit.io/'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: livekit_client
22
description: Flutter Client SDK for LiveKit.
33
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
4-
version: 0.5.9
4+
version: 1.0.0
55
homepage: https://livekit.io
66

77
environment:

0 commit comments

Comments
 (0)