Closed gtu-myowin closed 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?
@0maru This doesn't seem to be implemented.
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
Will you modify the code so that developer can get different thumbnail sizes?