import 'package:intl/intl.dart'; NumberFormat f = new NumberFormat("#,##0.00", "es_AR"); print(f.format(1000000)); => 1.000.000,00.
確定! 回上一頁