flutter_naver_login_plus 1.0.2
flutter_naver_login_plus: ^1.0.2 copied to clipboard
A Flutter plugin for using the native Naver Login SDKs on Android and iOS.
flutter_naver_login_plus #
- Fixed Android namespace issue for compatibility with Android Gradle Plugin 7.0.0 and above.
- Updated Android build configurations to align with the latest Gradle and Android versions.
- Now supports namespace attribute in Android builds.
Installation #
To use this plugin, add flutter_naver_login_plus
as a dependency in your pubspec.yaml
file
dependencies:
flutter_naver_login_plus: ^latest_version # Replace with the correct version
See the https://pub.dev/packages/flutter_naver_login for the details.