cedvdb / flutter_circle_flags

Circular flags for flutter
https://pub.dev/packages/circle_flags
MIT License
11 stars 22 forks source link

If using a flag like 'es-ct' shows a placeholder in Flutter. #39

Open iParkSistemas opened 2 months ago

iParkSistemas commented 2 months ago

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!

iParkSistemas commented 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