sathish76 / flutter_dnd

A Flutter plugin to manage Do Not Disturb settings on Android.
https://pub.dev/packages/flutter_dnd
MIT License
6 stars 6 forks source link

Migrate to null safety #7

Closed jja08111 closed 3 years ago

jja08111 commented 3 years ago

Migrate to null safety. I think it need to change RaisedButton to TextButton in example because of deprecated.

adrianlzt commented 2 years ago

This PR worked for me. Thanks!