hellohuanlin

Results 191 comments of hellohuanlin

> Enable GN Build System for Swift: The existing GN build system supports Swift. While some helper scripts (available in the Chromium repository) might be needed, I have successfully set...

besides main actor and sendability, it may also be a good idea to provide alternative async/await APIs besides the existing completion callback blocks

This shouldn't be P3 since it's giving developer warnings and errors if enable swift 6. bumping to p2.

> Currently, the workaround is to use the @preconcurrency attribute when importing the Flutter module in Swift. However, this is neither ideal nor sustainable, as the Swift compiler bypasses all...

Will take a look next week. Looks like there's an [NS_SWIFT_SENDABLE](https://developer.apple.com/documentation/foundation/ns_swift_sendable?changes=l_4&language=objc) that will likely be helpful. Hopefully we just need a few annotation, but we should audit the call to...

I am still working on this. Some updates: 1. I tried to find a similar hack to fix the iOS 26 bug, like what we did in iOS 18.2, but...

> Any ETA for the fix here? I am working on a quick **MVP** solution where I do `hitTest` based on overlay layers (i.e. the "overlaps" between Flutter widget and...

> Hi [@hellohuanlin](https://github.com/hellohuanlin), regarding the complete solution you mentioned, will it also address the issue [#165787](https://github.com/flutter/flutter/issues/165787) related to the `GAMBannerView` on iOS 26? Yes that's the goal. In fact, I...

Update - i'm working on the complete solution by querying framework synchronously, and i'm seeing some good results. So I will be skipping the MVP version. However, feel free to...

> > Update - i'm working on the complete solution by querying framework synchronously, and i'm seeing some good results. So I will be skipping the MVP version. However, feel...