일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- flutter_secure_storage
- AI
- app completeness
- buildcontext
- guideline 1.5
- tflite_flutter
- exception caught by image resource service
- dart sdk version upgrade
- youtube_player_flutter
- withopacity
- 에러
- flutter doctor -v
- information needed
- permissiondeniedexception
- exception
- appstroe connect guideline
- .dio
- Flutter
- undefined name
- flutter_dotenv
- 플러터
- providernotfoundexception
- appstore connect guideline
- 채팅 메시지 정렬
- infinity or nan toint
- guideline 4.3(a)
- app stroe connect guideline
- GetX
- pub.dev
- app store connect guideline
Archives
- Today
- Total
목록2025/03/17 (1)
min_chan님의 블로그

intl이란? intl은 Flutter에서 다국어 지원과 날짜/숫자 포맷팅을 쉽게 할 수 있도록 도와주는 패키지다.해당 패키지는 앱을 국제화 및 현지화, 날짜와 숫자를 다양한 로케일 형식으로 변환할 수 있는 기능을 제공한다.메시지 번역 (문자열 다국어 지원)복수형 및 성별 구분 번역 (Plurals, Genders)날짜 및 숫자 형식 변환 (Formatting)양방향 텍스트 처리 (Bidirectional Text)intl사용법1. 패키지 설치터미널에서 pub add 명령어를 실행해 해당 패키지를 설치한다. 2. 로케일(Locale) 설정 및 사용2.1 기본 로케일 설정 (앱 전체에서 사용할 로케일 설정)import 'package:intl/intl.dart';void main() { Intl.defa..
pub.dev
2025. 3. 17. 15:21