Skip to content

Plugin for Flutter to Listen to Phone Call State and provide call back

License

Notifications You must be signed in to change notification settings

yoren-fe/PhoneCallState

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phone_state_i

Listen to Phone Call State and provide call back

import 'package:phone_state_i/phone_state_i.dart';

phoneStateCallEvent.listen((PhoneStateCallEvent event) {
      print('Call is Incoming/Connected' + event.stateC);
      //event.stateC has values "true" or "false"
});

About

Plugin for Flutter to Listen to Phone Call State and provide call back

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 29.3%
  • Java 24.5%
  • Ruby 23.2%
  • Objective-C 23.0%