signature icon indicating copy to clipboard operation
signature copied to clipboard

A flutter implementation of drawing app ⦗⦓⦔⦕⦖⦘

Results 3 signature issues
Sort by recently updated
recently updated
newest added

**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...