shadowdogg

Results 5 comments of shadowdogg

I also have encountered this, much to my dismay, it also seems to not select in sync with the mouse. Going to use GestureDetector with Overlay instead I think.

@DhiaEddineNabli it does work, but i'm struggling with the logic regarding opening and closing of the overlay, as for me, change of focus does not perform correctly. I followed: https://medium.com/saugo360/https-medium-com-saugo360-flutter-using-overlay-to-display-floating-widgets-2e6d0e8decb9...

@wterrill I wish the author would mention this. Thanks a lot for letting me know about this.

Any advantage of doing Listener over Gesture detection? @wterill True I probably didn't make it very clear to this example exactly. ` onPanDown: (_) => this._typeAheadController.text = suggestion,` For anyone...

I found this issue to be working in Chrome but not in Firefox. Also had some odd performance bug when viewing in a listview and scrolling. Seems fine when actually...