kakao_map_plugin 1.0.0
kakao_map_plugin: ^1.0.0 copied to clipboard
This is a plug-in project made by using the webview_flutter package so that the javascript of Kakao map api can be used on the flutter.
We analyzed this package 13 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
831 out of 857 API elements (97.0 %) have documentation comments.
Some symbols that are missing documentation: kakao_map_plugin, kakao_map_plugin.CustomOverlay.CustomOverlay.new, kakao_map_plugin.DrawingCircleShape.DrawingCircleShape.new, kakao_map_plugin.DrawingEllipseShape.DrawingEllipseShape.new, kakao_map_plugin.DrawingMarkerShape.DrawingMarkerShape.new.
10/10 points: Package has an example
10/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_map_plugin/kakao_map_plugin.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:kakao_map_plugin/kakao_map_plugin.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:kakao_map_plugin/kakao_map_plugin.dartthat 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 does not support platform `Android`.
Because:
package:kakao_map_plugin/kakao_map_plugin.dartthat imports:package:kakao_map_plugin/src/static/kakao_static_map.dartthat imports:package:kakao_map_plugin/src/bridge/bridge_factory.dartthat imports:package:kakao_map_plugin/src/bridge/bridge_factory_io.dartthat imports:package:kakao_map_plugin/src/bridge/webview_bridge.dartthat imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `iOS`.
Because:
package:kakao_map_plugin/kakao_map_plugin.dartthat imports:package:kakao_map_plugin/src/static/kakao_static_map.dartthat imports:package:kakao_map_plugin/src/bridge/bridge_factory.dartthat imports:package:kakao_map_plugin/src/bridge/bridge_factory_io.dartthat imports:package:kakao_map_plugin/src/bridge/webview_bridge.dartthat imports:package:webview_flutter_android/webview_flutter_android.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:kakao_map_plugin/kakao_map_plugin.dartthat imports:package:kakao_map_plugin/src/static/kakao_static_map.dartthat imports:package:kakao_map_plugin/src/bridge/kakao_map_bridge.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:kakao_map_plugin/kakao_map_plugin.dartthat imports:package:kakao_map_plugin/src/static/kakao_static_map.dartthat imports:package:kakao_map_plugin/src/basic/callbacks.dartthat imports:package:kakao_map_plugin/src/basic/kakao_map_controller.dartthat imports:package:kakao_map_plugin/src/bridge/webview_bridge.dartthat imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dartthat imports:package:webview_flutter_wkwebview/src/webkit_webview_platform.dartthat imports:package:webview_flutter_wkwebview/src/webkit_webview_cookie_manager.dartthat imports:package:webview_flutter_wkwebview/src/common/web_kit.g.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.cn/web/wasm for details.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
The package does not contain ios/kakao_map_plugin/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
pointer_interceptor |
^0.10.1 |
0.10.1+3 | 0.10.1+3 | |
web |
^1.0.0 |
1.1.1 | 1.1.1 | |
webview_flutter |
^4.12.0 |
4.14.1 | 4.14.1 | |
webview_flutter_android |
^4.7.0 |
4.14.1 | 4.14.1 | |
webview_flutter_wkwebview |
^3.22.0 |
3.26.1 | 3.26.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pointer_interceptor_ios |
- | 0.10.1+1 | 0.10.1+1 | |
pointer_interceptor_platform_interface |
- | 0.10.0+1 | 0.10.0+1 | |
pointer_interceptor_web |
- | 0.10.3 | 0.10.3 | |
vector_math |
- | 2.4.3 | 2.4.3 | |
webview_flutter_platform_interface |
- | 2.15.1 | 2.15.1 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.