英文: How to set maximum size of image from image Picker in Flutter 问题 这是我的代码 chooseImage() async { XF...
Too many positional arguments: 0 allowed, but 1 found. Try removing the extra positional arguments
英文: Too many positional arguments: 0 allowed, but 1 found. Try removing the extra positional argumen...
关于 Flutter_riverpod 的使用
英文: About Flutter_riverpod usage 问题 当我写 Text(company.dataArea.toString()) 时,我可以在同一个页面上读取已更改的值,但我无法在另...
如何使Flutter中的聊天气泡灵活,以避免溢出
英文: How to make this chat bubble flexible in flutter to avoid overflow 问题 以下是代码的中文翻译部分: class Messag...
在Flutter中如何使用覆盖层?
英文: How can i use overlay in flutter? 问题 I have a design like this: 当我点击价格图标时,会出现一个叠加层和另外两个按钮,就像设计中的...
为什么我的ListView.builder在Flutter中使用setState后没有更新?
英文: Why is my listview.builder not updating with setstate in flutter 问题 class _ProjectDrawerState ex...
How Delete firebase collection document and with that delete all the sub collections and remove from authentications also using flutter?
英文: How Delete firebase collection document and with that delete all the sub collections and remove ...
zegocloud的视频/音频SDK Flutter包错误
英文: zegocloud's video/audio sdk flutter package error 问题 尝试在我的项目中添加 zego_express_engine。 在添加了这个包...
在抽屉头部移除额外的空格
英文: Remove extra space in drawer header 问题 我想要实现这个抽屉标题 但是我的抽屉有很多空白。如何去除抽屉标题中的额外空间? 代码 class AppDrawe...
Flutter – 当我转到PianoMain页面时,音频只播放一次
英文: Flutter - Audio is playing only once when I go to PianoMain page 问题 你好,以下是你要翻译的代码部分: AudioPlayer...
173