Chris Yang

Results 81 comments of Chris Yang

I tested on iPhone X iOS 16.1 and it doesn't seem to have a performance issue. ![flutter_01](https://user-images.githubusercontent.com/3756895/203165131-1b657a3b-4bea-435b-9b9d-1858797653ed.png)

**On master with IOS 16.1: ** ``` [✓] Flutter (Channel main, 3.6.0-7.0.pre.21, on macOS 12.6.1 21G217 darwin-arm64 (Rosetta), locale en-US) • Flutter version 3.6.0-7.0.pre.21 on channel main at /Users/ychris/flutter/flutter •...

I don't have android studio installed on my machine at the moment but I tried with `performance_fps` package mentioned in the issue description. The FPS is 60hz according to the...

After looking into the `google-maps-utils` repo, I want to experiment to have a separate flutter plugin to handle all the features in the `google-maps-utils`. I will set up the new...

Un-assign myself from this issue as I don't have cycles to actively working on it.

@FacuRossi @mrhmamun We (the flutter plugin team) don't expect to actively work on this for the current quarter. I will make sure to update this thread as soon as possible...

Now that we are migrating iOS to swift, we may want to consider bumping up the priority of this? > There are still no binaries provided by the project. Can...

Assigning myself as I will work on the iOS part.

> Hi @cyanglaz, regarding my iOS implementation [commit](https://github.com/flutter/packages/pull/3444/commits/27dcc8ce887f5101f0ffdc9baf78320291da9344), it is still not ready yet. I pushed my commit because I have an issue that I would like to ask for...

Under the hood, iOS calls a private method `-[UIViewAccessibility _accessibilityHitTest:withEvent:]` is used to determine which element is hit tested. Because UIAccessibilityElement (the iOS object that represents flutter semantics object) doesn't...