emoji_flag_converter 1.0.0
emoji_flag_converter: ^1.0.0 copied to clipboard
A new Flutter package project.
emoji_flag_converter #
A simple dart package to convert alpha 2 country codes (SG) to emoji flags πΈπ¬ π€
Getting Started #
Simply import the emoji_flag_converter.dart file in your project, and call EmojiFlagConverter.fromAlpha2CountryCode(code)
to get the emoji flag in return.
Feature requests and PR are welcome!