使用Google登录Flutter应用程序托管在AWS上。Flutter Amplify似乎还不够成熟。

huangapple go评论62阅读模式
英文:

Login with Google for Flutter app hosted on AWS. Flutter amplify seems too immature

问题

我想在托管在AWS上的Flutter应用中添加Google登录。最明显的解决方案是使用Flutter Amplify。但我可以看到该库仍然不够成熟(amplify_flutter:^0.6.12),即使在次要版本更新中也存在重大变更,特别是对于iOS。

是否有更好的实现方式,比如开源框架或库。我知道它必须通过API Gateway。但我正在寻找一个可插拔的解决方案。

英文:

I want to add a login with Google to a Flutter app hosted on AWS. The most obvious solution was to use Flutter Amplify. But I can see the library is still too immature (amplify_flutter: ^0.6.12) and has seen breaking changes, even in minor version updates, especially for iOS.

Is there a better way to implement this, like an open source framework or library. I know it has to pass through API Gateway. But I am looking for a pluggable solution.

答案1

得分: 0

发现另一个包: https://pub.dev/packages/amazon_cognito_identity_dart_2 - 这非常全面,提供了大多数标准功能,直到Flutter Amplify 成熟并准备好用于生产。

英文:

Found another package: https://pub.dev/packages/amazon_cognito_identity_dart_2 - This is quite comprehensive and provides most of the standard functionality we can use until Flutter Amplify is mature and ready for production.

huangapple
  • 本文由 发表于 2023年2月27日 13:50:14
  • 转载请务必保留本文链接:https://go.coder-hub.com/75577127.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定