flutter-icons icon indicating copy to clipboard operation
flutter-icons copied to clipboard

Update Icons

Open hectorAguero opened this issue 4 years ago • 6 comments

So currently I'm using MaterialCommunityIcons and FontAwesome5 from other flutter packages and I would like to use only one dependency for both, but the Icons that i'm using are from the new versions.

I let a list about the outdated icon sets

Some updated icon sets remove some icons like Ionicons

react-native-vector-icons repo have PR(not merged) for FontAwesome and MaterialCommunityIcons v5.0.45, but they haven't released a new version in over a year

hectorAguero avatar Apr 16 '20 18:04 hectorAguero

*Octicons: v10.0.0 (Octicons-v2)

Melvin-Abraham avatar Jun 09 '20 05:06 Melvin-Abraham

Hello everybody! Since the libraries here haven't been updated for a long time, I have done this now briefly. So instead of 3k icons you can now use over 15k icons. I couldn't update octicons to the last available version because the codepoints are missing. https://github.com/ThinkBIG-Company/flutter-icons Love greetings

ThinkBIG-Company avatar Sep 27 '20 16:09 ThinkBIG-Company

@ThinkBIG-Company any plan to migrate to null safety?

juanagu avatar Apr 22 '21 08:04 juanagu

@juanagu Yes will start working on this now...

ThinkBIG-Company avatar Apr 24 '21 10:04 ThinkBIG-Company

@juanagu Yes will start working on this now...

Hello, I'm having some problem with the last release, some getters are broken:

                                                 
 Error: Getter not found: 'ios_heart_outline'.
              iconData: Ionicons.ios_heart_outline,

Also all the FlutterIcons._faw now are FlutterIcons._fa I don't know if this change is intentional.

juanagu avatar Apr 29 '21 19:04 juanagu

I pushed out a fork which includes all missing icons including Fontisto fonts and jibiel's fixes for null safety support: https://pub.dev/packages/flutter_font_icons

josephcrowell avatar Aug 27 '21 02:08 josephcrowell