在flutter中使用谷歌账户登录后提高谷歌账户图片的质量

时间:2020-12-30 21:56:48

标签: flutter google-account

当我使用他的 google 帐户获取登录用户的图像时,我从他的 google 帐户中获取的图像质量很差。

那么如何提高我从用户谷歌帐户获得的图像的质量?

我像这样使用谷歌帐户获取用户登录的图像:

 final GoogleSignInAuthentication googleSignInAuthentication =
            await googleSignInAccount.authentication;

        final token = googleSignInAuthentication;
// her i use this statement to take the google account image :  
              userImageUrl = googleSignInAccount.photoUrl
            

0 个答案:

没有答案