标签: flutter
如何通过该方法从已经转换的数字中提取实数。
方法:
NumberFormat.compactCurrency(decimalDigits: 1, symbol: '').format(number)
示例: 1.2K ==> 1200