英文: Build method not called when Rx<File?> modified 问题 以下是翻译好的部分: Controller class TestPageCon...
如何使用Flutter提取JSON数据
英文: how to extract a json data using flutter 问题 在我的Flutter应用中,我有一个JSON对象的列表。我使用这些对象来获取其他数据。返回类型是 Map...
Flutter过滤Json数据
英文: Flutter filtering Json data 问题 我有一个JSON数据,我想要筛选并获取具有特定值的数据。首先,我获取了JSON数据并将其存储在一个列表中。 List _amh =...
在Dart中函数没有返回变量。
英文: Function not returning variable in dart 问题 我在Dart中创建了一个函数,旨在更改一个变量并返回以供以后在程序中使用。它没有像预期的那样更改变量。以下...
‘List’ 不是类型 ‘Map‘ 的子类型。
英文: 'List' is not a subtype of type 'Map<String, dynamic>' 问题 I see that you'r...
Why the snapshot.data.documents can't be accessed while getting messages from Cloud Firestore through StreamBuilder?
英文: Why the snapshot.data.documents can't be accessed while getting messages from Cloud Firestor...
如何使容器的角变圆?
英文: How to make container corner round? 问题 如何使白色容器的右上角和左上角变为圆角,就像下面的图片一样? return SingleChildScrollVi...
如何通过自定义类型字段值查询 Amplify 数据存储(Flutter)?
英文: How to query Amplify datastore by custom type field value(Flutter) 问题 我最近正在写一个Flutter应用程序,我需要在Am...
将Flutter的可迭代(map)结果添加到List数组中。
英文: Add Flutter Iterable map result into List Array 问题 我们有这个可迭代对象: Iterable<void> intoarray = ...
I wanna display 6 squares in one container (height of the container is 1/3 of the screen) like the given image How to do?
英文: I wanna display 6 squares in one container (height of the container is 1/3 of the screen) like t...
89