locale_emoji 0.1.1 locale_emoji: ^0.1.1 copied to clipboard
Package to convert Locale to emoji
Locale Emoji #
Convert Locale (languageCode, scriptCode and countryCode) to the corresponding Emoji Flag.
Inspired by https://github.com/10xjs/locale-emoji
Usage #
import 'package:locale_emoji/locale_emoji.dart' as le;
//...
final flagDe = le.getFlagEmoji('de'); // π©πͺ
final flagSk = le.getFlagEmoji('sk', scriptCode: 'Latin', countryCode: 'SK'); // πΈπ°
Additional information #
Defaults might be updated in the origin: cldr-core
.
In case of any updates in cldr-core
, please, run the following command in the root of the repository and submit a PR.
dart tools/update_defaults.dart