Shawn

Results 209 comments of Shawn

A "typical" use case is just a gap in the language that many developers want plugged. They will be things currently served by code-gen right now. I believe these are...

Thanks for the report, this looks like some sort of bug within Flutter itself. Do you get the same issue on `stable` or `beta`?

Closing as we can not reproduce with the current version on a Galaxy A52 Android Device, and it's unlikely we can solve this issue anyways, it's not by design and...

Have you tried using a custom card builder? Also check the src for the default card to see which ThemeData values you might need to set: https://github.com/gskinnerTeam/flutter-context-menu/blob/master/lib/src/widgets/context_menu_card.dart

Check the docs on styling https://github.com/gskinnerTeam/flutter-context-menu/tree/master?tab=readme-ov-file#-%EF%B8%8Fstyling [Edit] - Wrong link

> OK, I have tried many many heuristics and rules and I think I've found a couple that work well. They mostly split Flutter UI code without being hardcoded to...

> > But it seems like it would produce something like this which is wasting far too much vertical space: > > ``` > > Padding( > > padding: EdgeInsets.only(...

Hmm, I wonder why. We are using the https://pub.dev/packages/desktop_window package, which should have linux support. FWIW, you can just comment out the call to [setMinWindowSize](https://github.com/gskinnerTeam/flutter-wonderous-app/blob/3effe93b24ac926141574550712d560ffefe2b2b/lib/logic/app_logic.dart#L39) and the app will run...