ionicfirebaseapp / getwidget

Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.
https://www.getwidget.dev
MIT License
4.55k stars 606 forks source link

GFSocialType is missing `apple` #312

Open lukehutch opened 1 year ago

lukehutch commented 1 year ago

Is your feature request related to a problem? Please describe.

Apple now requires that if you support any OAuth social login system on an app in the iTunes store, you have to also support AppleID login.

GetWidget does not have a GFSocialType.apple button type for GFSocialButton.

Describe the solution you'd like

AppleID login needs to be supported.

Describe alternatives you've considered

I want to use a custom FontAwesome icon for this, but GFSocialButton only supports a limited set of button types, and I don't see a way to make a custom icon type.

Additional context

The rules are quoted here:

https://developer.apple.com/forums/thread/124006

lukehutch commented 1 year ago

See the supported button types for this social login button library:

https://pub.dev/packages/social_login_buttons

atul-vashisht commented 1 year ago

Thank you @lukehutch for updating about this , our team will look into this.