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

mp_build_tools: "0.14.2"以上的版本,listview padding属性显示异常 #179

Closed
xxvendor opened this issue May 18, 2022 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@xxvendor
Copy link

当升级到mp_build_tools: "0.14.2"以上的版本时,如果给listview增加padding属性时,listview的宽度会被撑大,而不是在当前listview的宽度上进行padding,0.14,2及以下版本则不会出现这个问题,
ListView( padding: EdgeInsets.all(12), children: [ Container( width: 100, height: 50, color: Colors.black, ) ], ))

@PonyCui PonyCui added the bug Something isn't working label May 19, 2022
@PonyCui PonyCui self-assigned this May 19, 2022
PonyCui added a commit that referenced this issue Dec 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants