英文: Problem in scrolling overlapping tiles in flutter 问题 我使用Flutter构建应用程序,其中有一个带有listView.builder的页面...
Firestore只在进行“读取”时返回空数据(null),使用Provider。
英文: Data is null from Firestore when only Fetching (read), Provider 问题 我正在面对这个问题,结果只在界面上显示“Empty”,我无...
IconButton在Flutter中为什么是一个无状态(widget),而不是一个有状态(widget)?
英文: Why is IconButton a stateless widget in Flutter, rather than being a stateful widget? 问题 在Flutte...
GetX(状态管理)停止更新
英文: GetX (state management) STOP updating 问题 我注意到GetX包已经13个月没有更新了,超过了1年,版本还停留在4.6.5。与其他状态管理包相比,这是非常长...
如何在Dart中使用变量泛型?
英文: How to use variable generics in Dart? 问题 I'm learning dart and flutter, and looked at the Either...
Flutter dio,如何将 onSendProgress 数据传递回小部件?
英文: Flutter dio, how to pass onSendProgress data back to widget? 问题 在小部件之外的函数中,我有一个 dio 发送请求如下: fina...
使用Flutter Riverpod时,如何从另一个Provider中访问一个Provider?
英文: When using Flutter Riverpod, How do you access a provider from another provider? 问题 You can acce...
Flutter iOS build/run error: widgets/context_menu_button_item.dart:49:9: Error: Type 'VoidCallback' not found
英文: Flutter iOS build/run error: widgets/context_menu_button_item.dart:49:9: Error: Type 'VoidCa...
I have a code which is correct in a 3 years back flutter but not in the current flutter version
英文: I have a code which is correct in a 3 years back flutter but not in the current flutter version ...
“私有变量 ‘命名参数不能以下划线开头’ 为什么会出错?”
英文: Why is private variable 'Named parameters cannot begin with an underscore.' gets the err...
89