Thomas Duffin
Thomas Duffin
As an example of how I would _like_ it to work: ```dart var textTheme = Typography.material2021().black; var myWidgetTheme = WidgetTheme( textStyle = textTheme.displayLarge, // font size is set here so...
In our case, I found that we previously relied on `Scrollable.of(context)` to be nullable, however in recent changes to the framework, `.maybeOf()` was instead made to implement this behaviour, and...
We're running into this with our upgrade to Flutter 3.7.10 - Looks like the Azure pipelines are using x86 Mac/Flutter which is causing our generated goldens to fail as they're...
@b055man > Same here :| Did you resolve this by any workaround maybe? https://rows.com/blog/post/writing-a-localfilecomparator-with-threshold-for-flutter-golden-tests Followed this blog post that walks through implementing a file comparator that can take threshold argument...
Maybe I'm a bit pedantic but the naming of "Extension" might be confusing to some, especially since `extension` is already a reserved keyword in dart, and might clash with other...
I've searched "Der Schatz im Bergsee" on Youtube and the only result seems to be an old video of a woman talking about something in a kitchen. It has 130...
Scrollbars for desktop is certainly a good suggestion. I'm not sure how easy the alphabetical scrolling would be namely because that might mean changing some state management stuff (and implications...
Interesting :thinking: I'm not personally able to test on Windows 11 myself but I'll download Spotube on my work PC tomorrow and see if it does it on that desktop...
I've run into this a few times, especially with a spotty connection the android widgets can get out of sync with the app itself.
I think this might just be a configuration thing but it's hard to diagnose since userdata not being available at system boot seems to cause dietpi to, to put it...