yoonjaepark / flutter_naver_login

A Flutter plugin for Naver Sign In.
BSD 2-Clause "Simplified" License
46 stars 69 forks source link

Update to naver sdk 5.2.0 #73

Closed LeGoffMael closed 1 year ago

LeGoffMael commented 1 year ago

Naver login sdk 5.2.0 released a couple of days ago.

Fixes #66, #58, #56.

This PR includes #72 changes as well, sorry if it is a mess. I can solve the conflicts once you merged #72.

Example as been updated for this version as well. It is important that app MainActivity implements now FlutterFragmentActivity to be compatible with this sdk.


NOTE I think it would be good to publish different plugins version for both pr #72 and #73, in case of an error, we can switch between sdk versions.