Files
twilio-wp-plugin/mobile/pubspec.yaml
Claude 3407f4c705 Add wake lock and device keepalive for reliable mobile calls
Prevents screen sleep during calls and auto-reconnects the Twilio device
after app backgrounding. JS handles Screen Wake Lock API and 30s keepalive
polling; Flutter coordinates via WakelockPlus and synthetic visibilitychange
events on app resume.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 05:52:39 -07:00

28 lines
556 B
YAML

name: twp_softphone
description: TWP Softphone - WebView client for Twilio WordPress Plugin
publish_to: 'none'
version: 2.0.2+8
environment:
sdk: ^3.5.0
dependencies:
flutter:
sdk: flutter
firebase_core: ^3.0.0
firebase_messaging: ^15.0.0
flutter_secure_storage: ^10.0.0
flutter_local_notifications: ^17.0.0
webview_flutter: ^4.10.0
webview_flutter_android: ^4.3.0
permission_handler: ^11.3.0
wakelock_plus: ^1.2.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true