cdharris / flutter_duration_picker

A Flutter Widget for allowing a user to pick a duration (e.g. 5mins, 1h 30mins, etc)
MIT License
78 stars 49 forks source link

NullSafety support #30

Open Arcturus5404 opened 3 years ago

Arcturus5404 commented 3 years ago

Is there any change this library getting null safety support?

juliansteenbakker commented 3 years ago

I have forked this repo and added null-safety support since this repository isn't maintained. You can find it at https://github.com/juliansteenbakker/duration_picker and https://pub.dev/packages/duration_picker.

rickie95 commented 3 years ago

@juliansteenbakker 's fork is a real blessing. Thanks for the nice work!

cdharris commented 3 years ago

Awesome to see you take this over @juliansteenbakker I have not been using Flutter for little while now and my github notifications are yet another deluge of internet information.

I've updated the readme to point to your fork, hope that's good :)

juliansteenbakker commented 3 years ago

Awesome to see you take this over @juliansteenbakker I have not been using Flutter for little while now and my github notifications are yet another deluge of internet information.

I've updated the readme to point to your fork, hope that's good :)

Thanks man! Just keeping the community alive 😁