cedvdb / flutter_circle_flags

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

Flags could not be displayed properly with the latest version 5.0.0 #38

Open WeiCongcong opened 3 months ago

WeiCongcong commented 3 months ago

In the latest version 5.0.0, flag svgs are updated with some attributes like mask, which could not be perfectly supported by flutter_svg, and many flags can't be displayed.

The mask attributes are used to clip the svg to be a round image, which is already done with the ClipPath widget. Maybe we can change the svgs back to the former version without mask.

WeiCongcong commented 3 months ago

Currently I am rolling back to 4.0.2

cedvdb commented 3 months ago

This is with the html renderer right ?

WeiCongcong commented 3 months ago

This is with the html renderer right ?

In my case, the app runs on iOS and Android Platform. It is not related to the html renderer.