Did you know?
Since Dart 3.6 (Flutter 3.27), you can use _
as a digits separator. 🎯
This works with integers and floats, as well as custom formats (hex, scientific).
To enable this, bump the Dart SDK to 3.6 in your pubspec.yaml
.
Previous | Next |
---|---|
New Spacing Argument in Row/Column (Flutter 3.27) | Text Style with Tabular Figures |