Maurice Parrish

Results 47 comments of Maurice Parrish

@AAverin Do you still see the crash if you change `initSurfaceAndroidView` to `initExpensiveAndroidView`. In Flutter 3, we switched away from using Hybrid Composition by default, but it looks like it...

Hi @KosukeSaigusa, thanks for fixing this. Could you updated the CHANGELOG by following: https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#updating-a-changelog-that-has-a-next.

I think this feature is still blocked because it requires the feature to set a platform specific `CreationParams`. This is done in the v4 api being worked on in https://github.com/flutter/flutter/issues/94051....

Hi @b099l3, thanks for the contribution! We're currently working on [reworking the plugin interface](https://github.com/flutter/flutter/issues/94051) and [converting the platform implementation to mirror the native apis](https://github.com/flutter/flutter/issues/93732). We have a current halt on...

@b099l3 Was this ready for another review? Are you still working on it?

The `ios-build_all_plugins CHANNEL:stable` is failing due to an infra error. It should pass on a rerun. `ios-platform_tests CHANNEL:master` is failing due to a flake. It should pass on a rerun...

@TheVinhLuong @Hixie We are currently working on a new interface for `webview_flutter` and aren't accepting new features until it is released. See https://github.com/flutter/flutter/issues/94051 https://github.com/flutter/flutter/issues/93732

@EA-YOUHOU This looks like a feature that we would want to be configurable. We are currently in the process of restructuring the plugin to make this possible: https://github.com/flutter/flutter/issues/93732 https://github.com/flutter/flutter/issues/94051 However,...

Yes, I just updated this demo a little while ago. Once the PRs go through I will also update the `firebase_ml_vision` example with a live camera view example.

@dupuchba Thanks for your contribution and patience! I had time to work on this, so I went ahead and created https://github.com/flutter/plugins/pull/6881, that uses the new infrastructure of the plugin. I'm...