Navaron Bracke

Results 204 comments of Navaron Bracke

@lrhn has there been any more thought about this recently? I was thinking about this exact proposal in lieu of having a much cleaner way of doing io/html implementations of...

> What would be the implications in the file picker for this? A) return an XFile from the file picker methods, instead of PlatformFile's. Since `PlatformFile` and `XFile` are both...

Ok, so the native query has a finalizer and will probably get GC'ed when the last of its subscribers cancels its subscription. So what if you return the `StreamController` when...

The `builder` requires a function that takes a `BuildContext` and returns a `Widget`. Passing in `ScanQR()` would return just `Widget`. This is not what the builder wants as `Widget` !=...

I'll try to reproduce this with one of the samples. I'll verify with debug and release modes.

@nyck33 then that is a separate issue.

@salim-lachdhaf I'm getting a similar issue with `dropdown_search: 5.0.2`. I have a situation where I insert my own `OverlayEntry` for a custom overlay. In that overlay I use a `DropdownSearch()`...

Thus I have to use my own popup file? E.g. `https://myhost.com/common/popup.html` ? Secondly, `https://inrupt.net` never ends up in the list of trusted apps. It's always an empty list. That also...

IIRC there was a discussion about the windows app not using the version in the pubspec as the version for the exe. I can't seem to find it anymore though.