kakao_flutter_sdk_common 1.9.1+2 copy "kakao_flutter_sdk_common: ^1.9.1+2" to clipboard
kakao_flutter_sdk_common: ^1.9.1+2 copied to clipboard

A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.

1
likes
110/ 140
pub points
81%
popularity

We analyzed this package 46 hours ago, and awarded it 110 pub points (of a possible 140):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/kakao/kakao_flutter_sdk/issues was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

26 out of 51 API elements (51.0 %) have documentation comments.

Some symbols that are missing documentation: kakao_flutter_sdk_common.AppsErrorCause, kakao_flutter_sdk_common.AppsErrorCause.AppsErrorCause, kakao_flutter_sdk_common.KakaoApiException.allowedScopes, kakao_flutter_sdk_common.KakaoApiException.apiType, kakao_flutter_sdk_common.KakaoAppsException.KakaoAppsException.fromJson.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:kakao_flutter_sdk_common/kakao_flutter_sdk_common.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:kakao_flutter_sdk_common/kakao_flutter_sdk_common.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:kakao_flutter_sdk_common/kakao_flutter_sdk_common.dart that declares support for platforms: Android, iOS, Web.

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:kakao_flutter_sdk_common/kakao_flutter_sdk_common.dart that imports:
  • package:kakao_flutter_sdk_common/src/util.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 6 issues. Showing the first 2:

WARNING: Unused import: 'dart:async'.

lib/src/web/user.dart:1:8

  ╷
1 │ import 'dart:async';
  │        ^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/web/user.dart

INFO: 'DioError' is deprecated and shouldn't be used. Use DioException instead. This will be removed in 6.0.0.

lib/src/api_factory.dart:37:10

   ╷
37 │     } on DioError catch (e) {
   │          ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/api_factory.dart

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
crypto ^3.0.2 3.0.3 3.0.3
dio ^5.0.3 5.4.3+1 5.4.3+1
encrypt ^5.0.1 5.0.3 5.0.3
flutter flutter 0.0.0 0.0.0
flutter_web_plugins flutter 0.0.0 0.0.0
json_annotation ^4.8.0 4.9.0 4.9.0
platform ^3.1.0 3.1.4 3.1.4
shared_preferences ^2.0.20 2.2.3 2.2.3
shared_preferences_foundation 2.3.5 2.3.5 2.3.5
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
asn1lib - 1.5.2 1.5.2
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
http_parser - 4.0.2 4.0.2
js - 0.7.1 0.7.1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.0 3.9.0
shared_preferences_android - 2.2.2 2.2.2
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.3.0 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
win32 - 5.5.0 5.5.0
xdg_directories - 1.0.4 1.0.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

1
likes
110
pub points
81%
popularity

Publisher

verified publisherdevelopers.kakao.com

A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

crypto, dio, encrypt, flutter, flutter_web_plugins, json_annotation, platform, shared_preferences, shared_preferences_foundation

More

Packages that depend on kakao_flutter_sdk_common