【发布时间】:2019-12-29 07:00:06
【问题描述】:
我正在用 Flutter 构建个人资料页面,我想知道用从 Firestore 中提取的值简单地替换硬编码值的最佳方法是什么。有人对如何最好地做到这一点有任何建议吗?
没有发现教程有用。
我正在尝试用从 firestore 中提取的值替换以下数值。
new Row(
children: <Widget>[
rowCell(343, 'POSTS'),
rowCell(673826, 'FOLLOWERS'),
rowCell(275, 'FOLLOWING'),
],),
【问题讨论】:
标签: android firebase android-studio flutter android-emulator