flag_flutter
flag_flutter copied to clipboard
Issue with JP flag rendering, along some others, in 6.0.0
Hi,
After switching from version 5.0.1 to 6.0.0 I am seeing some flags being incorrectly rendered in my app.
This is an example of Japan (the red spot should be centered):

whereas others, like Mexico, work fine:

The flag is being rendered inside a TabBar like this:
Tab(
icon: Flag.fromString(
UpdateService().getLocation(),
width: SizeConfig.blockSizeHorizontal * 10,
height: SizeConfig.blockSizeVertical * 5,
)),
Thanks in advance!