英文: Flutter: How to pass tapped text between pages? 问题 我已经创建了两个页面 显示来自Firestore的数据 在一个页面上,它以可点击的文本形式...
获取现有用户的 Google Firebase
英文: Firebase Get Existing User Google 问题 我想检查用户(在Google登录时)是否已经存在于Firebase中。在我的应用程序中,当用户注册时,我调用了sign...
Persist scroll position of TabBarViews in NestedScrollView in flutter during swipes
英文: Persist scroll position of TabBarViews in NestedScrollView in flutter during swipes 问题 我有一个选项卡栏中...
如何使用MaterialStateTextStyle?
英文: How to use MaterialStateTextStyle? 问题 Flutter已经放弃了它的易用性,尤其是对于TextButtons。 我想要一个透明的TextButton,文本颜...
Flutter: 根据用户输入动态更新文本字段的值
英文: Flutter: Dynamically Updating TextField Values Based on User Input 问题 我目前正在开发我的Flutter应用程序,并在实现特...
有没有办法为Flutter应用设置自定义版本名称?
英文: Is there any way to set custom version name for flutter app? 问题 我想设置应用程序的版本名称,类似于1.0.4 beta +4。 ...
在Flutter中,路由不起作用。
英文: Routing in flutter doesn't work correctly 问题 以下是您提供的代码的中文翻译: 在Flutter中路由功能不正常 这是我的`routes.da...
月份的计算
英文: the calculation of the month 问题 var defaultmonth = int.parse(DateFormat('yyyyMM').format...
#Flutter/Riverpod – 在使用AsyncNotifier时,是否只能调用错误?
英文: #Flutter/Riverpod - Is it possible to call only error when using AsyncNotifier? 问题 我正在使用Riverpod...
Flutter: 如何在初始化的小部件列表中动态更改颜色
英文: Flutter: How to change dynamically the color in initialized widget list 问题 如何在初始化的小部件列表中动态更改颜色? ...
173