yaml에 추가 

intl: ^0.17.0

https://pub.dev/packages/intl

 

 

var m = NumberFormat.currency(locale: "ko_KR", symbol: "₩"); 
print(m.format(1000000000000));
//₩1,000,000,000,000

symbol 없으면 나라별단위로 나옴 (ex:KRW)

 

반응형

'flutter > study' 카테고리의 다른 글

firebase dynamiclink 만들기  (0) 2023.03.03
google map 연동  (0) 2022.09.25
flutter 현지화  (0) 2021.07.28
TextField 사용시 바깥부분 터치시 focus 잃게하는방법  (0) 2021.07.28
app 이름 변경  (0) 2021.07.21

+ Recent posts