localize_and_translate icon indicating copy to clipboard operation
localize_and_translate copied to clipboard

Flutter localization in easy steps

Results 3 localize_and_translate issues
Sort by recently updated
recently updated
newest added

My app is using localize_and_translate: ^5.1.1 and has a dropdown that lets you change the language of the app, by doing ``` onChanged: (String? newLang) { context.setLocale(Locale(newLang.toLowerCase(), newLang.toUpperCase())); context.setLanguageCode(newLang.toLowerCase()); setState(()...

**Describe the bug** There is an Analysis Issue on Pub.dev and it's not working for example this line in main func is not defined ``` dart await LocalizeAndTranslate.init( assetLoader: const...

localize_and_translate >=4.0.0 depends on flutter_localizations from sdk which depends on intl 0.19.0, localize_and_translate >=4.0.0 requires intl 0.19.0.