Skip to content

Commit 7e4bb90

Browse files
committed
Merge branch 'master' into prod
2 parents 6f3d427 + 71ab9eb commit 7e4bb90

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

lib/src/core/enums/call_event_type.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ enum CallEventType {
1111
return '~';
1212
case CallEventType.remove:
1313
return '-';
14-
default:
15-
return '?';
14+
// default:
15+
// return '?';
1616
}
1717
}
1818
}

lib/src/method_channel/web_callkit_method_channel.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,9 @@ class MethodChannelWebCallkit extends WebCallkitPlatform {
612612
_dismissNotification(result.uuid);
613613
break;
614614

615-
default:
616-
printDebug("Unknown action: ${result.action}", tag: tag);
617-
break;
615+
// default:
616+
// printDebug("Unknown action: ${result.action}", tag: tag);
617+
// break;
618618
}
619619
}
620620

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: web_callkit
2-
description: "Manage calls with an iOS-inspired Callkit for Flutter Web"
3-
version: 0.0.1+1
2+
description: "Manage calls with an iOS-inspired Callkit for Flutter Web applications."
3+
version: 0.0.1+2
44
homepage: "https://github.com/cybex-dev/web_callkit"
55
platforms:
66
web:

0 commit comments

Comments
 (0)