Closed Aulig closed 3 years ago
In my app, this is the only package which is not null safe, any plans on migration soon?
Thanks for your PR @anoop4real Would be awesome if you could check https://github.com/Vanethos/flutter_notification_permissions/pull/36 out @Vanethos Thank you!
@Aulig For the time being may be you can use my fork, add below in pubspec.yaml (correct the indentation when you add to yaml), then it will use my fork, may be you can also test my changes and as a note once the PR is approved make sure you put back the original as I might not be maintaining this further.
notification_permissions: git: url: https://github.com/anoop4real/flutter_notification_permissions
Thanks again @anoop4real! I've tested it, everything seems to be working in my app on Android and iOS.
Great hope the PR gets approved soon
Approved, in a couple of hours I'll get the new version up, thanks you @Aulig and @anoop4real !
Awesome, thank you!
Will it be also deployed to pub.dev?
@Vanethos Thanks a lot for approving. Forgot to mention, I was getting deprecation warning from one of the .java file (I think it was for Android), it is worth looking into that also if you have time
@anoop4real at the end of this month I'll carve some time for that if I can :D
Hey, just wanted to check in if you're already working on migrating to null safety. Or are you waiting on a dependency to migrate?