luckybilly/widget_chain

建议添加 intoInkWell

Open

#9 opened on May 5, 2020

 (3 comments) (0 reactions) (0 assignees)Dart (14 forks)github user discovery
good first issue

Repository metrics

Stars
 (172 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

我超爱此插件,说是最爱的一点都不过分,写出来的代码超级整洁。 在这里想提一个建议,因为我的应用中我的手势检测都使用 InkWell,而不是GestureDetector, InkWell可以完全代替GestureDetector,因为InkWell有良好的视觉反馈,而GestureDetector缺少有效的反馈。 你的package里面有 intoGestureDetector,但是缺少 intoInkWell,如果能添加的话,我就不用保存我自己修改的版本了,这样就无法顺利升级到更高的版本。

Contributor guide