flutter_section_table_view
flutter_section_table_view copied to clipboard
A iOS like table view including section, row, section header and divider
The library is migrated to null safety. Unfortunately, I don't have time to test everything and only tested my particular use case. Hopefully, this will come in handy.
pls migrate it to null safety
pull_to_refresh库有一个初始化刷新功能,这个是否能支持?
就是每个section滚动到顶的时候,tab选中的相应的标签,类似于淘宝的商品详情页效果
外面只要包一层CustomScrollView就直接报错。 你这个库只能单独使用吗? 是不是下拉刷新的组出问题?
section能悬浮吗?
I don't know if I can relate to this as an issue, but I really need to have this feature as I tried many solutions, I have a list and...
原因是preIndexOffset的默认值是null,不能用于在package:flutter_section_table_view/flutter_section_table_view.dart:294:27 这个地方进行比较。 下面是日志 `flutter: The following NoSuchMethodError was thrown while dispatching notifications for ScrollController: flutter: The method '>' was called on null. flutter: Receiver: null flutter: Tried calling: >(271.3333435058594) flutter:...
In case of using `animateTo` or even `jumpTo` function to scroll the table to some target area, every single cell on the way will be rendered. This feature is completely...