widget_chain
widget_chain copied to clipboard
Chain programming, not widget nesting constructors. Get rid of the nested hell with shiny extensions, now!
Hi, First of all, thanks for the work. Its a really cool package. I was wondering if there is a better solution where we can build a package to let...
增加新的控件
Card,TabBarView希望也增加上
我超爱此插件,说是最爱的一点都不过分,写出来的代码超级整洁。 在这里想提一个建议,因为我的应用中我的手势检测都使用 InkWell,而不是GestureDetector, InkWell可以完全代替GestureDetector,因为InkWell有良好的视觉反馈,而GestureDetector缺少有效的反馈。 你的package里面有 intoGestureDetector,但是缺少 intoInkWell,如果能添加的话,我就不用保存我自己修改的版本了,这样就无法顺利升级到更高的版本。
问题意见
1.这个封装不够完善,有些组件没有封装 2.这个方式倒向了(是从内往外点),不符合点语法一层层往内走,正常的思维逻辑也是后面的就是子属性方法.
我使用最新版本的android studio编写flutter项目,无法像你那样添加我需要的扩展,android studio需要什么配置吗