Skip to content

Commit f9a0576

Browse files
authored
release: 1.1.1. (#17)
1 parent 95c9296 commit f9a0576

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
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.1.1 (2025-02-07)
4+
5+
* Don't fail analyze on deprecation warnings (#13)
6+
* improve debug log for remote track pub/unpub (#12)
7+
* add visualizer color override option, opacity, size (#11)
8+
* fix deprecated member use. (#8)
9+
* chore: fix typo in filename (#7)
10+
311
## 1.1.0 (2024-12-09)
412

513
* audio visulizer

example/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: livekit_components
22
description: "Out-of-the-box flutter widgets for livekit client."
3-
version: 1.1.0
3+
version: 1.1.1
44
homepage: https://github.com/livekit/components-flutter
55

66
environment:
@@ -12,11 +12,11 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
flutter_background: ^1.3.0+1
15-
flutter_webrtc: ^0.12.3
15+
flutter_webrtc: ^0.12.8
1616
google_fonts: ^6.2.1
1717
http: ^1.2.2
1818
intl: ^0.19.0
19-
livekit_client: ^2.3.2
19+
livekit_client: ^2.3.6
2020
provider: ^6.1.2
2121
responsive_builder: ^0.7.1
2222

0 commit comments

Comments
 (0)