inway / flutter_ringtone_player

Simple Flutter plugin to play ringtone, alarm & notification sounds
MIT License
92 stars 57 forks source link

Null Safety support #19

Closed ricardogottheil closed 3 years ago

ricardogottheil commented 3 years ago

It's not an issue. But are you considering supporting Null Safety?

andzejsw commented 3 years ago

It's not an issue. But are you considering supporting Null Safety?

I have created new PR: https://github.com/inway/flutter_ringtone_player/pull/21 Hope it will be implemented soon. Already tested it and it works. Implements null safety logic and migration to Flutter 2.0 + AndroidX packages migration.

SPodjasek commented 3 years ago

Thanks to @andzejsw work this issue should now be closed.