Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FLUT-318: Added Virtual Background Plugin #1769

Closed
wants to merge 18 commits into from
Closed
Prev Previous commit
Next Next commit
corrected typo
ygit committed May 23, 2024
commit 0ef83d6a471411430b0852fd9666c6e61499160e
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ class HMSVirtualBackgroundAction: HMSVirtualBackgroundActionPluginProtocol {
let arguments = call.arguments as! [AnyHashable: Any]

guard let image = arguments["image"] as? FlutterStandardTypedData
else{
else {
HMSErrorLogger.returnArgumentsError("Image can't be null")
return
}
@@ -77,7 +77,7 @@ class HMSVirtualBackgroundAction: HMSVirtualBackgroundActionPluginProtocol {
let arguments = call.arguments as! [AnyHashable: Any]

guard let blurRadius = arguments["blur_radius"] as? Int
els e{
else {
HMSErrorLogger.returnArgumentsError("blur radius not found")
return
}
@@ -106,7 +106,7 @@ class HMSVirtualBackgroundAction: HMSVirtualBackgroundActionPluginProtocol {
let arguments = call.arguments as! [AnyHashable: Any]

guard let image = arguments["image"] as? FlutterStandardTypedData
els e{
else {
HMSErrorLogger.returnArgumentsError("Image can't be null")
return
}