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,如果能添加的话,我就不用保存我自己修改的版本了,这样就无法顺利升级到更高的版本。