John McCutchan

Results 56 comments of John McCutchan

@pichillilorenzo When not using hybrid composition, this does not reproduce with other platforms views.

We do not recommend using hybrid composition on Android.

> @johnmccutchan as stated here https://github.com/flutter/flutter/wiki/Hybrid-Composition#android: > > > Starting from Flutter 1.20.0, hybrid composition can be used on Android. This new feature fixes most of the [issues with the...

What we are saying: 0) Don't use hybrid composition. Use TLHC mode (this is now the default for flutter_google_maps and flutter_webview). 1) The official flutter webview has no issues after...

I am not aware of any major bugs or gotchas in TLHC mode. If you encounter specific issues, please file bugs.

This is so exciting!!!

making that change will probably cause a bunch of existing code to be out of spec?

I would also add the following to **Good Examples**: 1. Constructor calls. ```dart // rvalue is constructor call which fully specifies the type. final x = Foo(); ``` 2. For...

> Constructors don't guarantee the type because of factory constructors, but that one seems probably ok, yeah. > > For the maps and lists one I can't tell what the...

@spydon What sort of API are you looking for? Hit testing? Collision detection?