Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 android 上,如何在长按可重新排序的列表项时引起振动?我尝试在项目上使用手势检测器,它禁用了重新排序列表的能力。
您可以将您的孩子包装在一个有状态的小部件中,当用户拿起小部件时,它会proxyDecorator调用HapticFeedback.lightImpact();它来振动。initState()要在释放时振动,请调用HapticFeedback.lightImpact();' ReorderableListViewsonReorder回调。
proxyDecorator
HapticFeedback.lightImpact();
initState()
ReorderableListView
onReorder