Shawn
Shawn
Sounds like a flutter bug? I would check to see if you can reproduce with a counter app.
Try breakpointing in here, and see what you're getting back? https://github.com/gskinnerTeam/flokk/blob/b7f11cf0fa053e3d75942b1b8e130af81d0be98d/flokk_src/lib/views/welcome/welcome_page.dart#L79 All we do here is a simple API call to google, with your key, and it passes back the...
Thx, we will update. Good now?
Thx for the report, we'll take a look!
Thanks for the report, we don't currently test context menus that change size after opening. It's a bit tricky, as when widgets expand there are situation where you will have...
Thanks for the report, the issue is that the layer that capture clicks for close is layered above any other context regions. We could add a parameter to disable this...
Fixed in v1.1.1
Logged an issue with the Flutter team here: https://github.com/flutter/flutter/issues/145707
We have also noticed that occasionally shift can get "stuck" on, but were unable to reproduce it reliably. Thanks for the extra steps, however these don't seem to be triggering...
This looks related: https://github.com/flutter/flutter/issues/78227