Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.59 KB

File metadata and controls

58 lines (36 loc) · 1.59 KB

New Formatting Style in Dart 3.7

Did you know?

Dart 3.7 introduces a new formatter that automatically adds or removes trailing commas, based on the max line length.

This means you no longer decide how to format your code! The tool now does it for you.


The new change affects all Flutter developers.

So I created this guide to help you handle it smoothly in your projects. 👇


Previous Next
Wildcard Variables in Dart 3.7 Side Effects with ValueNotifier