Mauricio
Mauricio
Any updates on this @davidmorgan ?
Same issue happening to me: Dart: 3.7.2 Flutter: 3.29.2 I get the `Missing a required trailing comma.` error.   But if I add the comma and then run `flutter...
Seems like the `require_trailing_commas` rule 'conflicts' with the new dart formatter. It also seems like it's a known 'issue'. https://github.com/dart-lang/sdk/issues/60119#issuecomment-2655186166 I disabled this specific rule from my analyzer. Since it...
Sorry I didn't get back to you earlier @phoenixy1 , did not have the time to implement it without the Flutter SDK. However seems like in the end it was...