Results 9 comments of desire

> well,i like this lib very much ,but when i update 0.6.0, i don't know how to finish the page ,but in 0.4.1 i can do it.i hope u add...

> > 同样的问题[#223](https://github.com/letsar/flutter_staggered_grid_view/issues/223),答案是迁移到 MasonryGridView > > 如果这有帮助,那对我有用;) > > 其实,我也试过MasonryGridView,但没有StraggeredTile.count,所以我不知道如何完成这种页面。还在等待更新~~~ 还会更新吗,一直保持着0.4.0 的版本 不敢升级

设置自适应后 每一个字母的上下间距没有,看起来很挤,字母设置这个间距。

期望可以设置间距 那样界面会好看些

标题栏中怎么添加点击事件?修改标题的布局结构

楼主可以提供一个可以加载布局的ItemDecoration么 那样用起来灵活些

请问你们有解决这个问题吗,indexBar设置自适应后 在拼音只有几个的情况下,字母间距很挤 界面看起来不好看。

需要在创建Dialog的地方加入 `// 关键代码 Window window = dialog.getWindow(); if (window != null) { window.setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); window.getDecorView().setPadding(0, 0, 0, 0); window.getDecorView().setBackgroundColor(Color.WHITE); WindowManager.LayoutParams layoutParams = window.getAttributes(); layoutParams.width = WindowManager.LayoutParams.MATCH_PARENT; layoutParams.height = WindowManager.LayoutParams.MATCH_PARENT; if...

> 好吧,我非常喜欢这个库,但是当我更新0.6.0时,我不知道如何完成这个页面,但是在0.4.1中我可以做到。 新版本中做到这一点了 。有很多 数据 ![QQ截图20220115154856](https://user-images.githubusercontent.com/71940592/149620717-1b62ab4d-4df7-4602-bada-2f043a709a50.png) ![照片_2022-01-15_15-39-33](https://user-images.githubusercontent.com/71940592/149620727-6d64a9d4-9a90-447a-9134-0085b803578d.jpg) 请问有解决这个问题吗 ,应该怎么解决