Skip to content

andreamainella98/phone_state

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

This plugin allows you to know quickly and easily if your Android or iOS device is receiving a call and to know the status of the call.

PAY ATTENTION

  • In the iOS simulator doesn't work
  • The phone number is only obtainable on Android!

Buy Me A Coffee

HOW TO INSTALL

Flutter

dependencies:
  flutter:
    sdk: flutter
  phone_state: 3.0.0

Android: Added permission on manifest

<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_CALL_LOG" />

Warning: Adding READ_CALL_LOG permission, your app will be removed from the Play Store if you don't have a valid reason to use it. Read more. But if you don't add it, you will not be able to know caller's number.

iOS: Not needed permissions on info.plist

HOW TO USE

Get stream phone state status

StreamBuilder<PhoneState>(
  stream: PhoneState.stream,
  ...

SCREENSHOT

Write me in the GitHub issues the new features you need and, if they are approved of course, I will implement them as soon as I can.

About

Flutter plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5