File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 11.3.1
2+
3+ * chore(deps): update native sdks to 11.3.1/2 [ 0aef245] ( https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/0aef245629f85610be03bb707b3ffa3de4f92a8d ) .
4+ * feat(android): handle overrides for diff array and object types [ 92fffe9] ( https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/92fffe91252c886307abe6c1bc8b4f449743f376 ) .
5+
16## 11.3.0
27
38* chore(deps): update native sdks to 11.3.0 [ 684a5f5] ( https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/684a5f55451172649a868175dbcf5f0d7460c138 ) .
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-v11.3.0 -blue )] ( https://pub.dev/packages/jitsi_meet_flutter_sdk )
4+ [ ![ pub package] ( https://img.shields.io/badge/pub-v11.3.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 : ^11.3.0
33+ jitsi_meet_flutter_sdk : ^11.3.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: "11.3.0 "
107+ version: "11.3.1 "
108108 leak_tracker:
109109 dependency: transitive
110110 description:
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 : 11.3.0
3+ version : 11.3.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