0maru / twitter_login

MIT License
54 stars 54 forks source link

Blurry thumbnail image #79

Closed gtu-myowin closed 2 years ago

gtu-myowin commented 2 years ago

After reading the twitter api docs and learning this package, I realized that this package doesn't provide multiple profile photo size. But since the only difference in normal (48x48) and the original large image is the word "_normal" in file name.

I am using replace function to get large image

String? url = authResult.user?.thumbnailImage.replaceFirst('_normal', '');

Will you modify the code so that developer can get different thumbnail sizes?

Clashkid155 commented 2 years ago

@0maru This doesn't seem to be implemented.