FlutterUI
FlutterUI copied to clipboard
solve disapear points bug
Solve the bug when the user only click screen once (points size is zero at such case), the app will never update the following lines.
Solved by replacing the previous break to continue in the loop of painting function.