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

a flutter plugin to listen to call state changes and maintain a call ledger.

call_watcher #

a flutter plugin to listen to call status, and mantain a call log, uses CallKit on iOS

Usage on iOS #

add these permissions to your ios/Runner/Info.plist in your app

<key>NSUserActivityTypes</key>
<array>
    <string>INStartAudioCallIntent</string>
</array>
<key>LSApplicationQueriesSchemes</key>
<array>
    <string>tel</string>
</array>

TODO: #

  • ❌ Add Android Support
  • ❌ Callback from native to flutter
2
likes
150
pub points
0%
popularity

Publisher

verified publisherstackfinance.co

a flutter plugin to listen to call state changes and maintain a call ledger.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on call_watcher