英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论