Skip to content

Commit 443536a

Browse files
committed
v12.1.1
1 parent 045548a commit 443536a

4 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 12.1.1
2+
3+
* Fix NullPointerException and Android Build Conflicts (#161) [f7d610f](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/f7d610f0342ba70c2f57eef12aae6ea0e22b95e2).
4+
* iOS UIScene compatibility. [6186e11](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/6186e11a4eee59d66f5ff5d2e833599670a3b18d).
5+
16
## 12.0.0
27

38
* chore(deps): update native sdks to 12.0.0 [385878e](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/385878e922eb66528462c22f7b2b7cc9b5823df0).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Jitsi Meet Flutter SDK
22

33
[![License](https://img.shields.io/badge/License-Apache%202.0-darkblue.svg)](https://opensource.org/licenses/Apache-2.0)
4-
[![pub package](https://img.shields.io/badge/pub-v12.0.0-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk)
4+
[![pub package](https://img.shields.io/badge/pub-v12.1.1-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk)
55

66
The Jitsi Meet Flutter SDK provides the same user experience as the Jitsi Meet app, in the form of a Flutter plugin so that you can embed and customize Jitsi Meet in your own Flutter app.
77

@@ -30,7 +30,7 @@ $ flutter pub add jitsi_meet_flutter_sdk
3030
The command above will add this to the `pubspec.yaml` file in your project (you can do this manually):
3131
```yaml
3232
dependencies:
33-
jitsi_meet_flutter_sdk: ^12.0.0
33+
jitsi_meet_flutter_sdk: ^12.1.1
3434
```
3535
3636
### Install

example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ packages:
104104
path: ".."
105105
relative: true
106106
source: path
107-
version: "12.0.0"
107+
version: "12.1.1"
108108
leak_tracker:
109109
dependency: transitive
110110
description:
@@ -157,10 +157,10 @@ packages:
157157
dependency: transitive
158158
description:
159159
name: meta
160-
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
160+
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
161161
url: "https://pub.dev"
162162
source: hosted
163-
version: "1.16.0"
163+
version: "1.17.0"
164164
path:
165165
dependency: transitive
166166
description:
@@ -250,10 +250,10 @@ packages:
250250
dependency: transitive
251251
description:
252252
name: test_api
253-
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
253+
sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
254254
url: "https://pub.dev"
255255
source: hosted
256-
version: "0.7.6"
256+
version: "0.7.7"
257257
vector_math:
258258
dependency: transitive
259259
description:
@@ -280,4 +280,4 @@ packages:
280280
version: "3.1.0"
281281
sdks:
282282
dart: ">=3.8.0-0 <4.0.0"
283-
flutter: ">=3.18.0-18.0.pre.54"
283+
flutter: ">=3.38.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jitsi_meet_flutter_sdk
22
description: A flutter plugin that serves as a Jitsi Meet flutter SDK which provides the same user experience as the Jitsi Meet app.
3-
version: 12.0.0
3+
version: 12.1.1
44
homepage: https://jitsi.org/
55
repository: https://github.com/jitsi/jitsi-meet-flutter-sdk
66

0 commit comments

Comments
 (0)