CaptainDario
CaptainDario
Thank you for your help! Gonna give this a try.
@brendan-duncan thank you for looking at this! I think I could get away with using average interpolation but lanczos would be the best. From this base image: I get these...
@Eerey, @kekko7072, @markbreuss support is tracked here #18
@wanjm They are all labeled with `P4` which is fairly low and there are ~3500 more issues labeled with `P4` (P5 being the lowest). So it will take quite some...
@pichillilorenzo recently I found the [`webview_cef`](https://pub.dev/packages/webview_cef) package. Maybe until platform views are ready this could be a great alternative?
> The [desktop_webview](https://pub.dev/packages/desktop_webview_window) plugin supports all 3 desktop platforms. Can that effort help inapp_webview? > I guess you mean this package that opens a separate window. But the plugin I...
> Ah wow, I didn't notice it. Also, just checked platform view support for macOS and it seems it is already available in a certain way. I will try it...
Thanks for your reply! I never tried to use c++ in dart:ffi, however [it looks like](https://docs.flutter.dev/development/platform-integration/c-interop#step-2-add-cc-sources) c++ should be usable if c++ symbols are marked as `extern C`. Could that...
Thanks again for the reply. I think the `extern c` is just to make dart aware of the c++ code. The docs say that c++ code should work. There is...
I think the size would not be too much of an issue as long as it does not cross the gigabyte mark. That sounds discouraging, are there plans for a...