Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 aStreamBuilder来构建我的小部件。但database.listDocuments()只返回一个Future. 有没有办法获得一个文档流,它会在数据库更新时自动触发小部件重建,就像 Firebase 的snapshots()流一样?
StreamBuilder
database.listDocuments()
Future
snapshots()
显然,此功能仍处于测试阶段。它被称为 Appwrite Realtime。您可以在此处找到有关它的所有信息。