iso_2_emoji_flag 1.0.0 iso_2_emoji_flag: ^1.0.0 copied to clipboard
Small package to obtain an emoji from his respective ISO code, and visceversa.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add iso_2_emoji_flag
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
iso_2_emoji_flag: ^1.0.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:iso_2_emoji_flag/iso_2_emoji_flag.dart';