asmith20002
asmith20002
Haven't tested it but this should give you the general idea. ``` return Html( data: data, tagsList: Html.tags..addAll(['li']), customRenders: { liMatcher(): CustomRender.widget(widget: (RenderContext context, buildChildren) { context.style.markerContent = null; return...
Actually I do. I have written a custom SMF mod which works on images and it gets injected to the main action array via integration hook. The "action" parameter is...
My production site changes `example.com/index.php?action=image;sa=process` into `example.com/image/process` So that's not a deal breaker for me. SMF aside, the action parameter could be in some image hosting service as you mentioned....
I've tried it briefly and it looks like it gets the job done :) btw it is `SelectionArea`, not `SelectableArea` (the api document link is correct though)
There are webview packages for windows as of now: https://pub.dev/packages/webview_cef https://pub.dev/packages/webview_windows https://pub.dev/packages/desktop_webview_window Can it be done with those?
#119199 thanks for the fix. Moreover on this issue: If there are `CustomPaint`s in the code, those `CustomPaint` builders get called along with `tooltip`s children. Again it doesn't matter if...
This is the sample SVG I used: ``` ``` I realize that transparency is not in SVG official specifications but browsers do support it. Here's a sample code: ``` class...
That mod doesn't have the "maximize" button. I've just installed it on a fresh install of SMF 2.0.19.
It's a design issue. After a user has decided the option they wanna go with and click on it, there's no need for the menu to remain open. It will...
Why a single information box should have hard edges on top and rounded on bottom?