Mauricio

Results 4 comments of 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. ![Image](https://github.com/user-attachments/assets/40394814-1d1d-42e8-a284-44fd282b566d) ![Image](https://github.com/user-attachments/assets/9dd5006a-0ee8-4075-9636-6460fd91b689) 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...