cedvdb / flutter_circle_flags

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

document enhancement #35

Open yousefak007 opened 9 months ago

yousefak007 commented 9 months ago

hi, thank you for doing this library

I see some people complain about some inaccurate flags, and this library depends on circle-flags lib, and it needs to change or update flags on that library first

for example, Saudi and Iraq flags are inaccurate

for an easy solution and rather than waiting, I can override this package assets by doing this:

I just made packages/circle_flags/assets/svg/ folder:

image

then in pubspec.yaml I added the following assets:

  assets:
    - packages/circle_flags/assets/svg/

image

so any library using this library will override the assets to the new one

it will be helpful if this information is added to the documentation of this library