Evi

Results 7 issues of Evi

Your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location. Apps that declare support for location...

How can one listen for when the progress is completed?

where will I put the handleIncomingCall method to handle calls when I get voip pushes Future handleIncomingCall(String contactName, String uuid) async { FCXCallUpdate callUpdate = FCXCallUpdate(localizedCallerName: contactName); await _provider.reportNewIncomingCall(uuid, callUpdate);...

EnabledBorderColor is not set as required and no default value is set for it, So if not enabled border color is set, it crashes the app because there's is an...

The setBackgroundWidth method is not affecting the width of the progress indicator