stuartmorgan-g

Results 1227 comments of stuartmorgan-g

@subhash279 Please use the plugin's project to ask questions or report issues with that plugin. This issue is about the `webview_flutter` plugin.

Please see https://github.com/flutter/flutter/wiki/Issue-hygiene#comments-providing-workarounds This is not the right place for detailed discussions of workarounds for specific use cases.

This is still blocked on https://github.com/flutter/flutter/issues/41722. The PR above was incremental work, not a complete implementation. https://github.com/flutter/flutter/issues/41722 would be the right place to ask about remaining effort there.

Please see the discussion above; the issue is not that nobody has implemented it, it's that **there does not appear to be any meaningful way to implement this plugin on...

I'm not sure what you mean by "a virtual path in local storage". Can you show an example of how you would construct a `Directory` object to return on the...

Please read the discussion here before commenting, especially [this comment](https://github.com/flutter/flutter/issues/45296#issuecomment-804211869).

There is a difference between an API that provides storage and an API that returns a path that allows creating files, as has already been discussed above. Again, if someone...

> So to acheive a broad support we are left with creating an input tag, like so: > > ``` > > ``` That is not compatible with path_provider; asking...

There is currently no ETA. See https://github.com/flutter/flutter/wiki/Issue-hygiene#when-will-my-bug-be-fixed > For mobile, looks like this is the approach [#35162 (comment)](https://github.com/flutter/flutter/issues/35162#issuecomment-607387634) and the issue was closed by a team member due to the...

> Just curious: how is it that, for instance Electron, which uses Chromium which uses Skia is able to render at the target machine's native refresh rate, while Flutter needs...