我正在尝试将首次按钮设置为禁用,当用户输入它被启用的金额时,按钮禁用工作正常,但当我在TextFormField中输入金额时,它给出以下错误。══════════════════════ TextFormFieldis already in the
I/flutter (29519): process of
我正在尝试通过表单更新云Firestore中的数据。我需要已经存储在firestore中的字段在TextFormField中显示为initialValue。获取的数据通过print()在控制台上打印,但在TextFormField中不显示任何内容。数据也会被正确获取。printed in the console
key: _formKey, child