flutter_rough icon indicating copy to clipboard operation
flutter_rough copied to clipboard

Null safety

Open netgfx opened this issue 4 years ago • 2 comments

Hello, will this be ported to null safety?

Thanks!

netgfx avatar May 13 '21 10:05 netgfx

Hi, @sergiandreplace, flutter_rough is an awesome library, which is very friendly for hand-drawn widgets, so i am use it as dependency for my project wired_elements.

But its not null safety, I have to copy all the source code and do null safety myself, so could you please help to do null safety? As long as you do sound null safety, I will use this library as dependency instead of copying all the source code to my project.

Thanks!

KevinZhang19870314 avatar Jul 07 '21 01:07 KevinZhang19870314

Quick PR to do so https://github.com/sergiandreplace/flutter_rough/pull/6

ark-sandbox avatar Dec 31 '21 13:12 ark-sandbox