service_call_background 0.0.1 copy "service_call_background: ^0.0.1" to clipboard
service_call_background: ^0.0.1 copied to clipboard

Plugging To collect information from the calling user and return it.

0.0.1 #

This plugin is able to handle checking and requesting permission automatically. Currently implemented query params are dateFrom, dateTo, durationFrom, durationTo, name and number. String params are queried using LIKE and '%' wildcard on both sides.

Note on deprecated api usage This plugin is still maintaining backward compatibility with v1 embedding. This means that gradle reports deprecated api usage during release build. When flutter removes v1 embedding in one of the future releases we will remove backwards compatibility.

Background execution This plugin may be used in flutter background engine, via plugins like WorkManager. But please note that it is impossible for plugin to request permission while it is executed in background. You have to manually request permissions READ_CALL_LOG and READ_PHONE_STATE