Bianca Cat

Results 9 comments of Bianca Cat

Just realised file_picker is now up to 3.0.1 providing null safety, so I'll give that a go. (fyi, there's also now a null safe version of image_picker)

After making sure I am using full src versions of the .js I still see this on gwt module load: Uncaught com.google.gwt.core.client.JavaScriptException: (ReferenceError) : jQuery is not defined

I use gwt-bootstrap 3, and the Growl feature no longer works, because I can't find $wnd.jQuery.

Digging deeper, the exception happens in JSUtils: /** - Check is a javascript can be cast to a node list. _/ public static native boolean isNodeList(JavaScriptObject o) /_-{ var r...

Finally, by removing all references to GQuery.window and $(window) and instead using the gwt Window object the issue resolves.

Ditto. Reducing the height works, but taps are collected by the pdf view. Is there a way to create an overlay on top of the one created by the plugin...

My workaround is to navigator pop to a previous page and show a dialog or some other piece of ui. Then when the user has provided what I need, they...

Cut, Copy Paste disabled at top left of ipados soft keyboard. This Flutter sample shows bug: flutter create --sample="material.InputDecoration.4" textsample Running flutter doctor... Doctor summary (to see all details, run...

Flutter 3.19.1 OSX Venture Flutter Web When I refactor from using RawKeyboardListener to KeyboardListener, no key events get triggered. I'm using the listener to implement a way to close Overlays...