Skip to content
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

有没有footerIndex的效果呢? 我想要footer后面还有一个占位,因为bottomTabBar遮挡住一部分内容了 #332

Closed
LemonBabyluo opened this issue Jul 15, 2020 · 13 comments

Comments

@LemonBabyluo
Copy link

No description provided.

@xuelongqy
Copy link
Owner

为何不自定义footer呢?

@LemonBabyluo
Copy link
Author

为何不自定义footer呢?
我就是自定义的,但是怎么设置都没有用,撑不起来,有什么好的解决办法吗?

@xuelongqy
Copy link
Owner

为何不自定义footer呢?
我就是自定义的,但是怎么设置都没有用,撑不起来,有什么好的解决办法吗?

设置底部空白高度为bottomTabBar的高度呢?

@medz
Copy link

medz commented Jul 30, 2020

@xuelongqy
image
不行的~试过了,内容高度被撑上去了,但是加载器还是被 bottomAppBar 挡住!还会导致内容距离底部变成了设置的空白!

其实 floater 解决方法就是包含一个 SafeArea 就能解决!

@medz
Copy link

medz commented Jul 30, 2020

image

不管咋个设置,都这个鬼样子。上面红框是 floater 的 extent 高度,下面红框是依旧跑到 bottomAppBar 后面去了!

作者可以试下 Scaffold 组建设置 extendBody = true 然后就这个鬼样子了!但是以为是使用的自定义 bottomAppBar 所以成了这个样子。准确得说 Scaffold 设置 extendBody = true 就这个样子,我里面的组建设置了SafeArea的,所以不会被 bottomAppBar 遮挡,但是 floater 没有 SafeArea 所以导致被遮挡了

@medz
Copy link

medz commented Jul 30, 2020

为何不自定义footer呢?
我就是自定义的,但是怎么设置都没有用,撑不起来,有什么好的解决办法吗?

设置底部空白高度为bottomTabBar的高度呢?

设置底部空白高度为 bottomTabBar 高度也没用,只会把实际内容往上撑。

@xuelongqy
Copy link
Owner

xuelongqy commented Jul 30, 2020

为何不自定义footer呢?
我就是自定义的,但是怎么设置都没有用,撑不起来,有什么好的解决办法吗?

设置底部空白高度为bottomTabBar的高度呢?

设置底部空白高度为 bottomTabBar 高度也没用,只会把实际内容往上撑。

我的意思是在自定义footer的底部

@xuelongqy
Copy link
Owner

这个问题不可能通过这个框架的层面来解决

@medz
Copy link

medz commented Jul 30, 2020

这个问题不可能通过这个框架的层面来解决

其实给 footer 增加 SafeArea 组建就能解决,先这样吧~

@xuelongqy
Copy link
Owner

@medz @LemonBabyluo footer添加了safeArea和padding参数,可以使用git的方式引入框架,看看是否满足你们的需求。

dependencies:
  flutter_easyrefresh:
    git:
      url: git://github.com/xuelongqy/flutter_easyrefresh.git

@xuelongqy
Copy link
Owner

v2.1.5 Footer已添加safeArea和padding支持

@LemonBabyluo
Copy link
Author

v2.1.5 Footer已添加safeArea和padding支持

这个很好的解决了我的问题,非常感谢~

@islinjj
Copy link

islinjj commented Aug 19, 2024

我使用的是easy_refresh: 3.4.0,是取消了padding这个属性了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants