peerwaya / flutter_voip_push_notification

Flutter VoIP Push Notification - Currently iOS >= 8.0 only
BSD 2-Clause "Simplified" License
28 stars 32 forks source link

No null-safety supported version #12

Open marcodafonseca opened 3 years ago

marcodafonseca commented 3 years ago

The latest version doesn't support null-safety

image

To get around this I'm compiling with the "--no-sound-null-safety" flag, but this feels hacky and not like a proper solution

EgorLogachev commented 3 years ago

Hi @peerwaya. Are you support this solution? Could you merge null safety PR https://github.com/peerwaya/flutter_voip_push_notification/pull/13 that guys already implemented and update plugin on pub.dev?

nerdsarena commented 2 years ago

any updates ?