flutter_tableview icon indicating copy to clipboard operation
flutter_tableview copied to clipboard

A flutter widget like iOS UITableview. let listView with section header and each section header will hover at the top.

Results 6 flutter_tableview issues
Sort by recently updated
recently updated
newest added

In the flutter_tableview 1.0.1 docs in the How to use section: The _sectionHeaderBuilder and the _cellBuilder both use `Inkwell` which needs to be wrapped in `Material` for it to work...

let cell height depends on it height, not giving heigh at default

iOS开发者要学习flutter吗?

Hi! I really appreciate your work, however I found a bug when the first section header "jumps" up when you start scrolling. This is a result of having standard padding...