From d44addee37aa72e9142d35162075ffb264daa391 Mon Sep 17 00:00:00 2001 From: Hien Nguyen Date: Sat, 25 Dec 2021 00:33:30 +0700 Subject: [PATCH] 1.0.0+8 --- CHANGELOG.md | 4 ++++ README.md | 10 +++++++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5580aa78..86a82c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0+8 + +* Share func call from native(iOS) + ## 1.0.0+7 * Add custom `headers` using for avatar/background image (only for Android) diff --git a/README.md b/README.md index ae92e4f0..cc362539 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,15 @@ A Flutter plugin to show incoming call in your Flutter app(Custom for Android/Ca break; } }); - ``` + ``` + * Call from Native (iOS PushKit) + ```java + var info = [String: Any?]() + info["id"] = "44d915e1-5ff4-4bed-bf13-c423048ec97a" + info["nameCaller"] = "Hien Nguyen" + info["handle"] = "0123456789" + SwiftFlutterCallkitIncomingPlugin.sharedInstance?.showCallkitIncoming(flutter_callkit_incoming.Data(args: info), fromPushKit: true) + ``` 4. Properties diff --git a/example/pubspec.lock b/example/pubspec.lock index a8d981df..71272e6b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -75,7 +75,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0+7" + version: "1.0.0+8" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index a65a774f..186d0892 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_callkit_incoming description: Flutter Callkit Incoming to show callkit screen in your Flutter app. -version: 1.0.0+7 +version: 1.0.0+8 homepage: https://github.com/hiennguyen92/flutter_callkit_incoming environment: