zuraffa_permissions_platform_interface 0.1.0
zuraffa_permissions_platform_interface: ^0.1.0 copied to clipboard
The platform interface contract for zuraffa_permissions: the MethodChannel protocol and the PermissionPort bridge platform implementations conform to.
0.1.0 #
- Initial release: the platform interface contract for
zuraffa_permissions. PermissionPlatformInterface(plugin_platform_interfacetoken) with the factory default andMethodChannelZuraffaPermissionsdriver.MethodChannelPermissionAdapter: thePermissionPortimplementation bridging the typed Dart contract onto the native MethodChannel protocol (request/check/openSettings per scope).- Endorsed platform implementations
(
zuraffa_permissions_android/_ios/_macos) conform to this contract; the suite pins the channel protocol. - Built with the zfa TDD discipline: the method-channel bridge is fully TDD-covered (17/17 behaviors PROVEN, 17/17 mutants killed).