Tong Mu
Tong Mu
Maybe cc @cbracken and @gspencergoog ?
An alternative approach has been posted in https://github.com/flutter/engine/pull/36597.
Closing this for now unless #36597 is denied.
@chunhtai This PR is an alternative proposal to from https://github.com/flutter/engine/pull/36573 by merging `AccessibilityBridgeDelegate` into `AccessibilityBridge` so that there are no circular referencing problem. I haven't implemented everything yet (see PR...
Can you illustrate what you mean by > using inheritence vs composition which may add more complexity if embedding starts overriding existing default method I don't think I'm adding extra...
@cbracken Sure. (I've added the following text to the PR description.) The circular dependency can be seen in the previous PR, https://github.com/flutter/engine/pull/36573. * In the current HEAD: * The bridge...
@cbracken @chunhtai This PR should be ready to review. Although, I might need some help on the documentations, since it feels like I should merge the two classes' the documentation...
Thank you. I didn't know you can create `ICONINFO` using a buffer. However, I'm hesitant on merging the method channel, since we are hoping to design a universal API (method...
@stuartmorgan What do you think? (Also I'm not familiar enough with the capability of plugins.)
@zanderso @.stuartmorgan said he did not know enough to review this PR. Can you help me find someone to review it?