Damian Bast
Damian Bast
Unfortunately, actually it's not - only with this fix applied you get so far that you see this issue. Without it it won't even download the wasm code. The problem...
I'm wondering if https://github.com/flutter/flutter/issues/59741 might be connected - I removed the DraggableScrollabeSheet and with just the Stack remaining I have occasional leakage of pointer down (not mouse but touch on...
I have the exact same usecase as @matthew-carroll - using iframes & dartpad at the moment but I'm definitely looking forward to using element embedding instead. The multi counter example...
I believe the mentioned bugs in the article have been fixed - when running the examples they now show in the expected order (which is a bit different from what...
Adding to Kavantix answer I have been using DevicePreview and WidgetBook as well as golden tests with different screen sizes.
yes this would be amazing - a next logical step would be that renaming/moving one file also results in renaming/moving the other file. This could maybe also be done via...
@laoshaw can you elaborate on what you mean by "inspect"? You can use "go-to-definition" to jump into the implementation inspecting that. When you want to use the "widget-inspector" from the...
It also looks like its not being applied, the following command still generates coverage files for *.g.dart, maybe I'm doing something wrong? `very_good test --coverage --exclude-coverage '\.g\.dart' --no-optimization `
Apparently the problem is that *.g.dart only matches root level files and we need to write **/*.g.dart to match files which are in folders - this can be closed, but...
This would also make updating the home widget from anywhere thats not "UI" code much easier :)