Benjamin
Benjamin
A specific workaround if you need to upcast a variable is just to give that variable the type and then you don't have to use a cast so you won't...
I can only reproduce this on iOS 17.5. On iOS 17.3, it doesn't happen. (I don't have access to a iOS device on 17.4) I get the crash a second...
Not sure if this is the _correct_ issue but it looked similar. Here's this Flutter code: Old: ```dart Builder( builder: (context) => Column( spacing: 8, children: array.controls.map((e) { if (/*...
@munificent what's the difference?
So... no changes? I'm really not sure why we needed to change the line breaks and indentation of `.map().toList()` chain calls, it was perfect before.
When debugging with a Flutter Web app, I just get URLs:  Clicking on them does open the URL to the file in my browser but I need them to...
The main issue I'm facing is the descrepency between `dart format` and running build_runner. The former respects the project page_width and the latter is an exclusive configuration.
Interestingly when I set `dividerThickness` to 0 _and_ `border` to `TableBorder.all(width: 0)`, I no longer get the appearance of a row divider however it does introduce 1px column dividers. This...
Would it throw an error if it encounters new language features like wildcard variables, etc?
> Which ones in particular? My hope is to get most of the pressing ones fixed soon and out in the next Dart SDK release. #1545, ternaries (https://github.com/dart-lang/dart_style/issues/1660#issuecomment-2722956285), https://github.com/dart-lang/dart_style/issues/1557#issuecomment-2752140373. I'm...