-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
提几个建议 #47
Comments
你好,有没有一个现成的轮子,即实现下拉刷新,上拉加载更多。然后SliverPersistentHeader包裹dropdown_menu,然后放到分页列表里面,此时dropdown_menu可以随列表进行滑动。有测试pull_to_refresh和flutter_easyrefresh,还有些问题。比如数据为空的时候,列表组件的EmptyView会把SliverPersistentHeader给遮挡住,有什么思路解决吗。 |
我是把dropdown_menu放在flutter_easyrefresh外面,这样也可以固定在顶部,flutter_easyrefresh内的列表滚动,目前使用还可以。 |
你好: |
没什么好办法,要不别用刷新组件自带的EmptyView,把筛选头最为一个显示项来显示,空视图自己写一个。 |
1、能否把头上的标题改成widget,这样灵活性会更大;
2、能否增加个属性,类似与Expanded的flex,用户可以自定义设定每个菜单头的划分比例,目前是等比划分,字多的显示不全,字少的有空余。
The text was updated successfully, but these errors were encountered: