腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
3
回答
Flutter
ReorderableListView
示例
、
有谁能教我怎么做这个吗? 📷
浏览 16
提问于2019-05-21
得票数 3
回答已采纳
1
回答
Flutter
- expansiontile中嵌套了Listview的可重排序列表
、
、
、
、
我正在尝试构建一个具有可重新排序的列表视图的
示例
,该列表视图具有扩展瓦片作为其子对象。但是,如果其中一个切片被展开,并且用户尝试重新排序切片,
flutter
将抛出以下错误,并且在热重新加载之前,展开的切片将无法折叠 ScrollController attached to multiple'package:
flutter
/src/widgets/scroll_controller.dart': Failed assertion: line 111 pos 12: '_positio
浏览 49
提问于2020-05-01
得票数 3
回答已采纳
2
回答
ExpansionTile中的
Flutter
ReorderableListView
我需要一个在扩展块中的可重排序的列表,但是
ReorderableListView
不能工作,除非它被放入一个固定大小的容器中,否则它会得到以下错误。The relevant error-causing widget was'package:
flutter
/s
浏览 24
提问于2020-04-25
得票数 0
2
回答
如何在BlocBuilder中使用
ReorderableListView
?
、
、
、
当我试图在
ReorderableListView
中使用
ReorderableListView
时,我会得到一个Could not find the correct Provider<ThemeCubit>
示例
: children可复制
示例
(main.dart) 当在列表中拖动项时,
浏览 13
提问于2022-06-02
得票数 0
回答已采纳
3
回答
ReorderableListView
:异常: BoxConstraints强制无限高
、
如何在shrinkWrap = true
ReorderableListView
中实现I/
flutter
(32618):
ReorderableListView
← StreamBuilder<Que
浏览 0
提问于2019-06-22
得票数 6
回答已采纳
1
回答
我希望能够通过点击列表的任何部分来重新排序列表。在颤动中
、
我现在正在使用
Flutter
创建一个可排序的列表。现在,我可以对其进行排序,但如果不单击最右侧的按钮,则无法移动列表。请让我知道如何解决这个问题,或者如何通过点击列表的任何部分来更改列表的顺序。List import 'package:
flutter
/material.dart'; title: Text('List
浏览 7
提问于2021-03-24
得票数 0
回答已采纳
2
回答
如何在
ReorderableListView
中隐藏背景色
我的
ReorderableListView
有一些问题。Expanded( data: ThemeData(canvasColor: Colors.transparent), child:
ReorderableListView
浏览 20
提问于2022-09-16
得票数 2
回答已采纳
1
回答
ReorderableListView
物理学
、
如何为颤动中的
ReorderableListView
指定物理?我想使用BouncingScrollPhysics。 谢谢
浏览 0
提问于2020-04-30
得票数 1
1
回答
如何禁用
ReorderableListView
重新排序功能,但仍然允许滚动?
、
如何在
Flutter
中停用
ReorderableListView
拖动/重新排序功能? 我想禁用拖动功能,但仍然允许滚动。 有什么想法吗?谢谢
浏览 82
提问于2021-10-07
得票数 1
1
回答
Flutter
Draggable和
ReorderableListView
、
我需要创建一个列表,它应该能够重新排序,但我也应该能够删除一个项目,如果拖到一个特定的拖动目标。现在,我已经在两个不同的屏幕中合并了这两个功能。一个使用ReorderabelListView,另一个使用Draggable。有没有办法把两者结合起来?
浏览 16
提问于2021-05-19
得票数 0
1
回答
颤振TextField在
ReorderableListView
中不遵循ListTiles
、
我试图在TextFormField中使用
ReorderableListView
,但似乎无法让文本跟随移动的ListTile。下面是复制此问题的
ReorderableListView
的最小修改副本。该
示例
包括一个Text小部件,它跟踪ListTile的移动。与Text的不同之处在于,可以在ListTile的构建方法中更新ListTile构造函数。import 'package:
flutter
/material.dart'; void main() => runApp(const MyA
浏览 1
提问于2022-05-25
得票数 0
1
回答
使用
ReorderableListView
显示在我点击文本字段后立即失去焦点的文本字段列表
、
我刚接触
Flutter
,我编写了两个页面,页面A和页面B。我使用
ReorderableListView
在小部件B中显示文本字段列表。void main() => runApp(MaterialApp( theme: ThemeData( @override return Scaffo
浏览 16
提问于2018-12-28
得票数 0
2
回答
可重排序列表中的弹出式菜单位置不正确
、
有人知道为什么在
ReorderableListView
中使用PopupMenuButton时会在错误的位置呈现吗?在正常的ListView中使用时,它似乎可以正确呈现。下面是一个
示例
屏幕截图:对于那些想要
示例
代码的人: runApp(ListAppAppBar(
浏览 2
提问于2020-03-27
得票数 4
1
回答
ReorderableListView
中的Firebase集合
、
、
、
我有一个
Flutter
中的Firebase集合,我想在
reorderableListView
中拥有它。集合中的文档有一个‘onReorder’字段,它应该确定列表的顺序,并更新列表的位置。
浏览 10
提问于2020-04-20
得票数 0
回答已采纳
1
回答
在颤振3.x中,
ReorderableListView
无法工作
、
我正在尝试在我的颤振应用程序中实现
ReorderableListView
。代码很简单: Widget build(context) => Scaffold(
浏览 2
提问于2022-11-12
得票数 0
回答已采纳
3
回答
最后一个元素隐藏在带有BottomAppBar的
ReorderableListView
后面。
、
、
我正在使用一个
ReorderableListView
构建器与底部应用程序栏与FAB相结合。我设置extendBody是因为我希望FAB级在向上/向下滚动时是透明的。但是,使用
ReorderableListView
,我不能向下滚动到最后一个列表项,因为列表项隐藏在下面的App后面。下面是一个演示:您可以在下面的代码
示例
和这里的图片中看到,常规ListView的情况并非如此。滚动行为本身对于
ReorderableListView
和ListView是正确的,在滚动时如下所示:是否有类似于列表视图
浏览 3
提问于2022-11-12
得票数 1
回答已采纳
2
回答
ReorderableListView
.builder未重新排序
、
import 'package:
flutter
/material.dart'; '5','7','9',]; color: Color
浏览 5
提问于2021-10-04
得票数 1
2
回答
颤振:
ReorderableListView
更改项目宽度,并忽略圆角边框
、
、
、
我有一个包含
ReorderableListView
,容器的容器--我的问题是,为了更漂亮(在我看来),我的容器有圆角,而且它们没有完全宽度(我在列表中放了一个填充)。我想做的是:import 'package:
flutter
/material.dart'; class My
浏览 3
提问于2020-05-20
得票数 2
回答已采纳
5
回答
SingleChildScrollView内部的
ReorderableListView
、
我尝试在SingleChildScrollView中使用
ReorderableListView
,但收到一个错误:I/
flutter
( 9049): User-created ancestor of the error-causing widget was: I/
flutter
( 9049):
ReorderableListView
( 9049): crea
浏览 1
提问于2019-11-23
得票数 5
1
回答
AnimatedSwitcher在
ReorderableListView
中不起作用
、
、
我正在尝试让AnimatedSwitcher在
ReorderableListView
中工作,它可以在普通的ListView中工作。我想可能和钥匙有关,但我现在确定了。
Flutter
1.17.0·通道测试版·框架·修订版e6b34c2b5c (7天前)·2020-05-02 11:39:18 -0700引擎·修订版540786dd51工具·Dart 2.8.1import 'package:provider/pr
浏览 6
提问于2020-05-09
得票数 0
点击加载更多
相关
资讯
Flutter
Flutter-现有iOS工程引入Flutter
聊聊 Flutter
Flutter 布局
Solidity学习代码示例-ERC20示例
热门
标签
更多标签
云服务器
ICP备案
云直播
即时通信 IM
对象存储
活动推荐
运营活动
广告
关闭
领券