AndriousSolutions / auth

Other
47 stars 14 forks source link

Use twitter_login instead of flutter_twitter #27

Closed deadsoul44 closed 1 year ago

deadsoul44 commented 3 years ago

Use twitter_login which supports null-safety instead of flutter_twitter which was updated more than 2 years ago.

https://pub.dev/packages/twitter_login

Andrious commented 3 years ago

I will look into this Friday.

Andrious commented 3 years ago

Version 8.0.0-pre is a 'testing' release. Please, confirm that this is working for you before I then supply a formal version release.

deadsoul44 commented 3 years ago

Actually I dont use twitter login in my app. Just wanted this due to null safety.

Andrious commented 3 years ago

Fair enough. Please, use it as you would. If anything, just to make sure this 'null safety' version works for you.

Further testing is required before it's ready for a full release.

Greg.