mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
265 stars 125 forks source link

migrate to null safety #64

Closed LDevineau-eVtech closed 3 years ago

LDevineau-eVtech commented 3 years ago

here is a proposal for migration to null safety, which I would like to have so I could migrate my own code.

I followed up this guide https://dart.dev/null-safety/migration-guide#step1-wait

What do you think about it ? Let me know if it's ok for you or if i need to make other changes.

Thank you for the lib, I enjoy it.

mattermoran commented 3 years ago

Thanks for your contribution. I've started working on null safety before on nnbd branch but never got to test it so I think I'll just use yours. I'll check tomorrow and publish it if all good

mattermoran commented 3 years ago

@LDevineau-eVtech 2.0.0-nullsafety.0 has been published to pub. Cheers!