EP-u-NW / painter

A simple flutter widget to paint with your fingers
https://pub.dev/packages/painter
Other
137 stars 66 forks source link

Null safety #28

Closed BartusZak closed 3 years ago

BartusZak commented 3 years ago

Hey, Do you guys plan to upgrade to support Dart Null Safety?

 dart pub outdated --mode=null-safety
Resolving...
Showing dependencies that are currently not opted in to null-safety.
[✗] indicates versions without null safety support.
[✓] indicates versions opting in to null safety.   

Computing null safety support...
Package Name                          Current        Upgradable      Resolvable  Latest

direct dependencies:
...
painter                               ✗0.4.0         ✗0.4.0          -           ✗0.4.0
...
BartusZak commented 3 years ago

Hey @EPNW, Is package actively maintained?

Thanks!

komkumar commented 3 years ago

Any plans to update to null safety?

EP-u-NW commented 3 years ago

No, currently not, but feel free to open a PR :)

EP-u-NW commented 3 years ago

Update: We decided to implement null safety, it will land on pub soon

EP-u-NW commented 3 years ago

Version 2.0.0 is now null safe