hellohuanlin

Results 191 comments of hellohuanlin

I think I discussed with Andrew before - iirc news feed repo has been archived. It was only created for an event. So no point to update it for iOS...

> @hellohuanlin did work to make put-flutter-to-work idiomatic with SwiftUI [flutter/put-flutter-to-work#101](https://github.com/flutter/put-flutter-to-work/pull/101), and I think it's our only add-to-app SwiftUI example. Updating the add-to-app sample app [flutter/flutter#150944](https://github.com/flutter/flutter/issues/150944) should be where we...

We changed a lot of platform view logic. Wondering if this is a recent regression. What was the latest version that worked?

can take a look if it's possible to track what was on focus before presenting the lookup window, and then regain the focus after look up window is dismissed (not...

> Assuming there will be more improvments I need to make, is it OK I keep adding commits until everything is fixed, and only then do a final squash merge,...

LGTM on iOS. But please get stamps from other platforms too.

I agree. Closing it as complete.

@jmagman should we downgrade this to P2? I haven't got time to look into this.

Most likely we will need to use `UIHostingController`, which is the same API used to integrate SwiftUI into UIKit apps. Though I don't think it is a common use case...

I think it's doable. Thought in that case we would be testing 2 things in one test. I'd like to look into more details on the overhead (is it performance?)...