Ailton Vieira Pinto Filho
Ailton Vieira Pinto Filho
This PR adds Kotlin support for Pigeon. This code was based on the Java and Swift generator. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the...
This PR adds a new annotation to Swift Generator to control the naming of a function like there is for ObjC (the annotation @ObjCSelector) as requested in https://github.com/flutter/flutter/issues/105932 ## Pre-launch...
This PR implements support to stubbing a throw in an async method as reported in https://github.com/birdrides/mockingbird/issues/302 It refactors AsyncMethodProtocol mock and update tests to validate disambiguation