signature
signature copied to clipboard
A flutter implementation of drawing app ⦗⦓⦔⦕⦖⦘
**Describe the bug** onPanEnd: (DragEndDetails details) { setState(() { _points.add(null); }); }, in this -point.add(null); is giving the error the argument type null can't be assigned to the parameter type...
The dependencies which you have used in your flutter app are not working properly. The simple_permission does not have a github page where I can report the issues.
I have cloned the repo and tried running the project. Firstly the project took around 20 mins to run and then it stopped with an error. now when I am...