fluttercandies / flutter_drawing_board

A new Flutter package of drawing board
MIT License
178 stars 62 forks source link

解决缩放和移动画布的时候,手指落下留下一个圆点的问题 #44

Closed clong1995 closed 6 months ago

xSILENCEx commented 6 months ago

问题已解决,感谢反馈

工具层级可自定义,不合并修改

clong1995 commented 6 months ago

工具层级没找到在哪里可自定义

clong1995 commented 6 months ago

content = Column( children: [ Expanded(child: content), if (widget.showDefaultActions) _buildDefaultActions, if (widget.showDefaultTools) _buildDefaultTools, ], ); 工具是永远固定在画板下面的