Is it possible to make characters in Flutter to have the same width?

You can set the font feature to use tabularFigures.

// import 'dart:ui';

Text(
  _getTimeString(),
  style: TextStyle(
    fontFeatures: [
      FontFeature.tabularFigures()
    ],
  ),
),

Before:

enter image description here

After:

enter image description here

See also:

  • Font Features in Flutter

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)