Skip to content

Commit 2da2c42

Browse files
author
Gabriel Borlea
committed
0.1.6
1 parent 8edfc33 commit 2da2c42

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1+
## 0.1.6
2+
3+
* Update native sdks to 8.3.1 [ef178bf](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/ef178bf258e5d24ad143b1eadc34f546eabceb1b).
4+
5+
* Format files using dart format [8edfc33](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/8edfc3384a0c6aac95e9707d6eea44dd5452dfb2).
6+
17
## 0.1.5
28

3-
* Remove hardcoded call integration flag from swift plugin [cfbe467](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/cfbe467169ed3cd76983e7ef7aff8c0d46805a2a)
9+
* Remove hardcoded call integration flag from swift plugin [cfbe467](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/cfbe467169ed3cd76983e7ef7aff8c0d46805a2a).
410

5-
* Improve documentation and pubspec file
11+
* Improve documentation and pubspec file.
612

713
## 0.1.4
814

9-
* Add code documentation and improve and typos form docs [2e88857](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/2e88857e4db5fbe97fa162fcd9f3bd91c01dfd08)
15+
* Add code documentation and improve and typos form docs [2e88857](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/2e88857e4db5fbe97fa162fcd9f3bd91c01dfd08).
1016

1117
## 0.1.3
1218

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-v0.1.5-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk)
4+
[![pub package](https://img.shields.io/badge/pub-v0.1.6-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

@@ -22,7 +22,7 @@ $ flutter pub add jitsi_meet_flutter_sdk
2222
The command above will add this to the `pubspec.yaml` file in your project (you can do this manually):
2323
```yaml
2424
dependencies:
25-
jitsi_meet_flutter_sdk: ^0.1.5
25+
jitsi_meet_flutter_sdk: ^0.1.6
2626
```
2727
2828
### Install

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ packages:
104104
path: ".."
105105
relative: true
106106
source: path
107-
version: "0.1.5"
107+
version: "0.1.6"
108108
js:
109109
dependency: transitive
110110
description:

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: 0.1.5
3+
version: 0.1.6
44
homepage: https://jitsi.org/
55
repository: https://github.com/jitsi/jitsi-meet-flutter-sdk
66

0 commit comments

Comments
 (0)