Skip to content

Commit

Permalink
v1.0.0+6
Browse files Browse the repository at this point in the history
  • Loading branch information
hiennguyen92 committed Dec 8, 2021
1 parent 22bb73e commit 2de9817
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0+6

* Fixed func `activeCalls()` Get active calls

## 1.0.0+5

* Fixed endCall
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ A Flutter plugin to show incoming call in your Flutter app(Custom for Android/Ca
```
Output
```json
[{"id": "8BAA2B26-47AD-42C1-9197-1D75F662DF78"}]
[{"id": "8BAA2B26-47AD-42C1-9197-1D75F662DF78", ...}]
```

* Listen events
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0+4"
version: "1.0.0+6"
flutter_test:
dependency: "direct dev"
description: flutter
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: flutter_callkit_incoming
description: Flutter Callkit Incoming to show callkit screen in your Flutter app.
version: 1.0.0+5
version: 1.0.0+6
homepage: https://github.com/hiennguyen92/flutter_callkit_incoming

environment:
Expand Down

0 comments on commit 2de9817

Please sign in to comment.