英文: How a widget can get notification from a state change in a child widget? 问题 class MyWidget exten...
如何使容器的角变圆?
英文: How to make container corner round? 问题 如何使白色容器的右上角和左上角变为圆角,就像下面的图片一样? return SingleChildScrollVi...
Flutter医生:运行“flutter doctor –android-licenses”时出错
英文: Flutter Doctor: Error when running "flutter doctor --android-licenses" 问题 当我尝试运行 "...
如何通过自定义类型字段值查询 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...
如何在扫描条形码时返回不同数值?
英文: How to Return Different Values When Scanning a Barcode? 问题 我遇到一个问题,扫描条形码时返回相同的值到两个不同的文本小部件。我需要每个...
当键盘打开时,如何滚动屏幕以使文本字段获得焦点。
英文: how to scroll the screen with textfield gets focus when the keyboard open 问题 我有一个Flutter应用程序,并创建...
我只想访问我的列表?我如何访问它并打印其中的数据。
英文: I just wanna access my List ? How do I access it and print the data in it 问题 I tried `initstate`...
生成用于在Flutter中保存联系人的QR码的方法
英文: How to generate QR code which can be used to save contact in flutter 问题 我正在尝试生成一个包含有关个人联系信息的QR码,...
173