cost 232 ms
Amplify.Datastore.clear() 后无法同步 - Unable to sync after Amplify.Datastore.clear()

我有一个主页,它在 init() function 中执行初始数据存储同步。有一些 QueryPredicates 基于可以更改的变量(在不同的页面上)。 所以基本上,在我启动应用程序后,一切都会正确同步。 然后,我 go 到另一个页面并更改那些 QueryPredicates 依赖的值,但同步没有 ...

在 AWS Amplify 中查询多对多关系 - Querying Many-To-Many Relationships in AWS Amplify

我的 graphql 架构中有两个模型,我尝试查询的模型 Sessions 有两个 @belongsTo 指令(在论坛上阅读这很重要)。 我可以成功保存这些模型并在 AWS AppSync 查询选项卡上查看它们,我可以在其中成功查询 getSessions 但是当我尝试在本地遵循这些文档进行完全相同 ...

LateError (LateInitializationError: Field 'customTypeSchemas' has not been initialized.) 放大插件错误 - LateError (LateInitializationError: Field 'customTypeSchemas' has not been initialized.) Amplify Plugins Error

我正在尝试将 Amplify Api 连接到我的项目并不断收到读取LateError (LateInitializationError: Field 'customTypeSchemas' has not been initialized.)的错误。(错误的屏幕截图在代码片段之后提供)我认为这意味着 ...

Flutter Amplify Cognito,没有使用 fetchAuthSession 的令牌 - Flutter Amplify Cognito, no tokens using fetchAuthSession

我正在尝试使用 Cognito 在我的 Flutter 应用程序中实现身份验证。 我正在针对我过去一年在 React 应用程序中成功使用的现有 userPool 进行身份验证。 但是,使用 Flutter 我无法获取用户的会话。 我能够成功登录,但无法使用fetchAuthSession()方法获 ...

我可以使用 fire base 来托管我的 flutter web 应用程序,同时仍将 AWS amplify 用于 Cognito 和 DataStore - Can I use fire base to host my flutter web app while still using AWS amplify for Cognito and DataStore

嗨,我想知道是否可以在 Firebase 上托管我的 Flutter Web 应用程序,同时将 AWS Amplify 用于其 DataStore 和 Cognito 服务,或者 AWS 根本不支持 Flutter Web。 我在 Amplify 上托管它时遇到问题,想知道是否有任何解决方案。 ...

放大Flutter:如何实现自动登录并获取authToken - Amplify Flutter: how to implement Auto Login and obtain authToken

我正在使用 Amplify Flutter 在我的 Flutter 应用程序中实现用户身份验证,但无法弄清楚以下两件事: 自动登录:如何实现自动登录,以便用户在关闭和重新打开应用程序时保持登录状态(即应用程序无限期地保持登录状态,除非用户专门注销应用程序)? authToken :当用户登录时, ...

Flutter 在 android 设备中调用 Amplify 的配置方法时应用程序抛出错误 - Flutter app throwing error while calling configure method of Amplify on application resume in android device

在我的 flutter 项目中,我使用 AWS Amplify 存储插件来上传文件。 为此,我在下面添加了依赖项 并且在 main.dart 文件中添加了一个 function 来配置 Amplify 我在按钮单击时调用此configure方法,它工作正常。 但问题是,一旦我调用configure方 ...

amplify_flutter 任何不存在的(在 https://pub.dartlang.org 上找不到 package amplify_flutter), - amplify_flutter any which doesn't exist (could not find package amplify_flutter at https://pub.dartlang.org),

我正在尝试从本文档中实现 amplify-flutter,但是当我运行 pub 时,它会显示“取决于 amplify_flutter 任何不存在的内容(在https://pub.dartlang.org上找不到 package amplify_flutter。) " https://github ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM