flutter_localizations
![[Flutter] l10n.yaml 파일 설정](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fs1GPm%2FbtsNkILRBv2%2FCMeKwb0y8ThiHYuNisKRj0%2Fimg.png)
[Flutter] l10n.yaml 파일 설정
arb-dir: lib/l10n/arbtemplate-arb-file: app_ko.arboutput-localization-file: app_localizations.dartoutput-dir: lib/l10nsynthetic-package: falsenullable-getter: falseuntranslated-messages-file: l10n_errors.txtno-nullable-getter: trueno-synthetic-package: truepreferred-supported-locales: koformat: trueintl 을 쓰고있다면 다양한 플러그인을 사용하기 좋은데디폴트 설정을 사용하지 않을때l10n.yaml 파일을 작성해서 써야 플러그인도 제대로 작동한다. L10nization :..