Skip to content

Commit

Permalink
Merge pull request #472 from hiennguyen92/dev
Browse files Browse the repository at this point in the history
feat: v2.0.2+2
  • Loading branch information
hiennguyen92 authored Mar 5, 2024
2 parents 8cfb263 + 06a9ba1 commit a91e803
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.2+2
* Fixed linked func `hideCallkitIncoming`

## 2.0.2+1
* Fixed linked func `hideCallkitIncoming`

Expand Down
2 changes: 1 addition & 1 deletion lib/flutter_callkit_incoming.dart
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class FlutterCallkitIncoming {
}

/// Hide notification call for Android
static Future endCall(String id) async {
static Future hideCallkitIncoming(String id) async {
await _channel.invokeMethod("hideCallkitIncoming", {'id': id});
}

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: 2.0.2+1
version: 2.0.2+2
homepage: https://github.com/hiennguyen92/flutter_callkit_incoming
repository: https://github.com/hiennguyen92/flutter_callkit_incoming
issue_tracker: https://github.com/hiennguyen92/flutter_callkit_incoming/issues
Expand Down

0 comments on commit a91e803

Please sign in to comment.