jaumard / sms_autofill

Flutter plugin to provide SMS code autofill support
MIT License
289 stars 184 forks source link

Migrated to null safety #93

Closed gagan-garcha closed 3 years ago

gagan-garcha commented 3 years ago

fix https://github.com/jaumard/sms_autofill/issues/92 Migrated the package to null safety.

grahamsmith commented 3 years ago

I'll take a look tomorrow but it's a good start!

cedvdb commented 3 years ago

Great work @grahamsmith

grahamsmith commented 3 years ago

Read the Dart docs and noticed this Screenshot_20210314-172243.png

Might be a way to fix the ! Bangs?

jaumard commented 3 years ago

Thanks for your contribution @gagan-garcha !

grahamsmith commented 3 years ago

Thanks @gagan-garcha

ShreyasMurali commented 3 years ago

Hi, can i know when this would be published with new null safety version in pud.dev?