SkillAgentSearch skills...

PhoneCallState

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

Install / Use

/learn @apurvh/PhoneCallState
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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"
});
View on GitHub
GitHub Stars10
CategoryDevelopment
Updated7mo ago
Forks19

Languages

Dart

Security Score

67/100

Audited on Aug 12, 2025

No findings