David Iglesias

Results 417 comments of David Iglesias

`--web-renderer` is now [removed](https://github.com/flutter/flutter/pull/159314). I suspect this can be closed now. Thanks for reporting, and reopen if necessary! /cc @yjbanov

/cc @sfshaza2 this is the tracking issue for the multiview changes that you were asking for in... another issue that I can't find anymore 😓

Posted the PR for this: https://github.com/flutter/website/pull/10977

> _@stuartmorgan [said](https://github.com/flutter/flutter/issues/87812#issuecomment-894444614):_ > > I think we could make it relatively painless if we: > - Add new constructors with the APIs we want, and comment (but don't actively...

@Jjagg yes, having a `Blob` constructor on the web is my main motivation for this change. The current web version loads a file, internally stores its blob URL, and then...

I've seen a huge improvement of the performance of `file_selector` by implementing a constructor `fromFile` for HTML Files (as suspected). Here's a demo app: https://dit-tests.web.app; when selecting a large file...

> I think this can be extended to every platform and that we should federate the plugin. Indeed! @stuartmorgan and I discussed this briefly a couple of weeks ago and...

I have a PR / proposal for this, but I haven't had time to work on it, if anybody's interested, this is what I've been planning to do: * https://github.com/flutter/packages/pull/7591...