JosephNK / flutter_kakao_login

A Flutter plugin for using the native Kakao Login SDKs on Android and iOS.
BSD 2-Clause "Simplified" License
35 stars 15 forks source link

Null-safety support #42

Closed beomjungil closed 3 years ago

beomjungil commented 3 years ago

Thanks for your awesome package. Is there any plan in migrating to null-safety for Flutter 2.0.0?

Here's a kind guide about migrating. (dart.dev)

JosephNK commented 3 years ago

@beomjungil Thank you for your interest. I just updated the null-safety migration version.

beomjungil commented 3 years ago

Thanks for your help. I think we can close this issue.