A simple dart package to convert alpha 2 country codes (SG) to emoji flags ๐ธ๐ฌ ๐ค
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!