File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff line change 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
66The 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
3030The command above will add this to the ` pubspec.yaml ` file in your project (you can do this manually):
3131``` yaml
3232dependencies :
33- jitsi_meet_flutter_sdk : ^12.0.0
33+ jitsi_meet_flutter_sdk : ^12.1.1
3434` ` `
3535
3636### Install
Original file line number Diff line number Diff 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"
281281sdks:
282282 dart: ">=3.8.0-0 <4.0.0"
283- flutter: ">=3.18.0-18.0.pre.54 "
283+ flutter: ">=3.38.0 "
Original file line number Diff line number Diff line change 11name : jitsi_meet_flutter_sdk
22description : 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
44homepage : https://jitsi.org/
55repository : https://github.com/jitsi/jitsi-meet-flutter-sdk
66
You can’t perform that action at this time.
0 commit comments