Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gabiborlea committed Aug 25, 2023
1 parent 8edfc33 commit 2da2c42
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## 0.1.6

* Update native sdks to 8.3.1 [ef178bf](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/ef178bf258e5d24ad143b1eadc34f546eabceb1b).

* Format files using dart format [8edfc33](https://github.com/jitsi/jitsi-meet-flutter-sdk/commit/8edfc3384a0c6aac95e9707d6eea44dd5452dfb2).

## 0.1.5

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

* Improve documentation and pubspec file
* Improve documentation and pubspec file.

## 0.1.4

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

## 0.1.3

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Jitsi Meet Flutter SDK

[![License](https://img.shields.io/badge/License-Apache%202.0-darkblue.svg)](https://opensource.org/licenses/Apache-2.0)
[![pub package](https://img.shields.io/badge/pub-v0.1.5-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk)
[![pub package](https://img.shields.io/badge/pub-v0.1.6-blue)](https://pub.dev/packages/jitsi_meet_flutter_sdk)

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.

Expand All @@ -22,7 +22,7 @@ $ flutter pub add jitsi_meet_flutter_sdk
The command above will add this to the `pubspec.yaml` file in your project (you can do this manually):
```yaml
dependencies:
jitsi_meet_flutter_sdk: ^0.1.5
jitsi_meet_flutter_sdk: ^0.1.6
```
### Install
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.5"
version: "0.1.6"
js:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jitsi_meet_flutter_sdk
description: A flutter plugin that serves as a Jitsi Meet flutter SDK which provides the same user experience as the Jitsi Meet app.
version: 0.1.5
version: 0.1.6
homepage: https://jitsi.org/
repository: https://github.com/jitsi/jitsi-meet-flutter-sdk

Expand Down

0 comments on commit 2da2c42

Please sign in to comment.