Ahmadre / FlutterIconPicker

An adaptive comprehensive IconPicker for Flutter
MIT License
112 stars 76 forks source link

Missing icons six_ft_apart #29

Closed apps-auth closed 2 years ago

apps-auth commented 2 years ago

In flutter 2.6.0-0.0.pre six_ft_apart icons are not available. I tried to commit a commit to this repository but I don't have enough permission to do so so I forked to solve this problem: https://github.com/apps-auth/FlutterIconPicker/commit/4acd274dc28dac3591ec9ca6a3b6458d378da6ab

evanhzh commented 2 years ago

Facing the same issue too.

infinitysush commented 2 years ago

Having the same issue

maares commented 2 years ago

@apps-auth the issue as you mention is on flutter version. Packages such as this one, needs to work with Stable version to ensure nothing breaks for majority of developers that work with out the headaches of working with pre or dev versions.

Any way, it seems they have rename them, no deleted them.. I'm assuming....

. New naming


'six_ft_apart': Icons.six__ft_apart,
'six_ft_apart_sharp': Icons.six__ft_apart_sharp,
'six_ft_apart_rounded': Icons.six__ft_apart_rounded,
'six_ft_apart_outlined': Icons.six__ft_apart_outlined,

Searching on the web, could not find why flutter dev team have rename the icons... let's hope we can have the patch or naming convention correct from pre

popiosifcristian commented 2 years ago

Any updates on this issue?

hoxuanvinh1999 commented 2 years ago

Having the same issue

hoxuanvinh1999 commented 2 years ago

In flutter 2.6.0-0.0.pre six_ft_apart icons are not available. I tried to commit a commit to this repository but I don't have enough permission to do so so I forked to solve this problem: apps-auth@4acd274

I think you can create a pull request, I did it for you

Ahmadre commented 2 years ago

@hoxuanvinh1999 Thank you for your PR. I'll merge this after the comments are removed.

Albert-Jan commented 2 years ago

When will these changes be available on pub.dev? Currently facing compile issues. Thanks in advance!

Ahmadre commented 2 years ago

When will these changes be available on pub.dev? Currently facing compile issues. Thanks in advance!

Thanks for the reminder. I'll do it right today!

Ahmadre commented 2 years ago

@Albert-Jan Uploaded a new version 3.0.5 :)

I tested it with latest Flutter Stable 2.8.1 and latest Dart.

Have fun!