callwave_flutter_platform_interface 0.2.0
callwave_flutter_platform_interface: ^0.2.0 copied to clipboard
Platform interface for callwave_flutter. Defines the contract, DTOs, and wire serialization for the federated VoIP call UX plugin. Used by method channel and other platform implementations.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
0.2.0 - 2026-04-23 #
Changed #
- Breaking: minimum SDK constraints are now Dart
^3.11.0and Flutter>=3.41.0to align with the iOS Swift Package Manager migration.
0.1.3 - 2026-03-10 #
Added #
canScheduleExactAlarms()andrequestExactAlarmPermission()onCallwaveFlutterPlatformwith default implementations (no-op / return true)
0.1.2 - 2026-03-07 #
Added #
CallStartupActionDtoandCallStartupActionTypefor missed-call startup actionstakePendingStartupAction()onCallwaveFlutterPlatformfor one-shot actions captured before Flutter finished initializingPayloadCodec.startupActionToMapandsafeStartupActionFromMapfor wire encoding