Open iParkSistemas opened 2 months ago
Hi again,
I've checked version 4.0.2, and this issue doesn't occur. It seems the problem may be related to replacing Flags
with Flag
. The new list no longer includes composed strings like:
static const String ES_CT = 'es-ct';
static const String ES_GA = 'es-ga';
Best regards
Hi, I'm trying to display Catalonia's flag in Flutter this way, but it's only showing the placeholder flag.
IconButton(icon: CircleFlag("es-ct", size: 20), onPressed: () {}),
Thanks in advance!