elbeicktalat / flutter_auth_buttons

Auth Buttons is a flutter widget library, include buttons for authenticating with the most popular social networks.
https://pub.dev/packages/auth_buttons
BSD 3-Clause "New" or "Revised" License
32 stars 32 forks source link

Migrated to null safety #12

Closed lohnn closed 3 years ago

lohnn commented 3 years ago

Looks like API is kept intact with null safety added. Feel free to merge if it looks all OK. Else just holler with feedback 👍

elbeicktalat commented 3 years ago

Hey man, good job but something you added as nullable should be not null. anyway Thank you for the collaboration.

lohnn commented 3 years ago

Just want to check, do you want me to fix these issues and create a new PR, or are you working on null safety on your own?

elbeicktalat commented 3 years ago

Just want to check, do you want me to fix these issues and create a new PR, or are you working on null safety on your own?

yeah I'm working on it. Thanks