Skip to content

Commit 5a958e6

Browse files
Merge pull request #98 from ConnectyCube/development
release 2.2.3
2 parents f061443 + 9dc6556 commit 5a958e6

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.3
2+
- (Android) Fix calling of the `onCallRejectedWhenTerminated` and the `onCallAcceptedWhenTerminated` callbacks in the release build;
3+
14
## 2.2.2
25
- (iOS) Fix the crash on the `getLastCallId` method calling;
36

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.connectycube.flutter.connectycube_flutter_call_kit'
2-
version '2.2.2'
2+
version '2.2.3'
33

44
buildscript {
55
ext.kotlin_version = '1.6.21'

ios/connectycube_flutter_call_kit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'connectycube_flutter_call_kit'
7-
s.version = '2.2.2'
7+
s.version = '2.2.3'
88
s.summary = 'Connectycube Call Kit plugin for flutter.'
99
s.description = <<-DESC
1010
Connectycube Call Kit plugin for flutter.

lib/src/connectycube_flutter_call_kit.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ class ConnectycubeFlutterCallKit {
294294
// from the native portion of the plugin. This allows for the plugin to perform
295295
// any necessary processing in Dart (e.g., populating a custom object) before
296296
// invoking the provided callback.
297+
@pragma('vm:entry-point')
297298
void _backgroundEventsCallbackDispatcher() {
298299
// Initialize state necessary for MethodChannels.
299300
WidgetsFlutterBinding.ensureInitialized();

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: connectycube_flutter_call_kit
22
description: A Flutter plugin for displaying call screen when app in background or terminated.
3-
version: 2.2.2
3+
version: 2.2.3
44
homepage: https://github.com/ConnectyCube/connectycube-flutter-call-kit
55
issue_tracker: https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues
66

0 commit comments

Comments
 (0)