David

Results 24 comments of David

I agree on the "ideally" part and have adjusted my code correspondingly - just meant to give some input on a bug that is potentially hard to pinpoint and could...

In another similar issue, the problem is fixed by wrapping the Scaffold in a YoutubePlayerBuilder

@noordawod Some part of your build pipeline seems to be broken. There has not been an update ever since you wrote that comment. I am currently forced to build the...

This should *at least* work when adding a not-yet-present final field to a constructor via the quick fix

It's a shame this feature is not available for flutter, in spite of plain dart being supported for a long time now.

hey @benmccann, nevermind then, seems to be enough of an edge case to discard

@darshankawar it does not, the exceptions aren't thrown in dart, but that's where the SDK is imported from, so consumers should be provided with a way to reduce the log...

> Experiencing the same issue on PhpStorm. Triggers on selecting something, then wrapping with {}. This is too complex for me to solve... > > Workaround is: turn OFF prettier...

Executing the action "remove braces around function body" somewhere on an `on:click` callback in the HTML also breaks the script block.

I found a workaround, which consists of disabling prettier entirely, and configuring the IDE formatter to apply prettier's rules instead. You can do this by navigating to `.prettierrc`, and selecting...