bootpay_webview_flutter 3.2.44
bootpay_webview_flutter: ^3.2.44 copied to clipboard
bootpay_webview_flutter 를 국내 결제환경에 맞게 fork 떠서 관리하는 프로젝트 입니다.
We analyzed this package 38 hours ago, and awarded it 115 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description contains too many non-ASCII characters.
The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("3.2.44").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
166 out of 171 API elements (97.1 %) have documentation comments.
Some symbols that are missing documentation: bootpay_webview_flutter, bootpay_webview_flutter.AndroidWebView.AndroidWebView.new, bootpay_webview_flutter.SurfaceAndroidWebView.SurfaceAndroidWebView.new, bootpay_webview_flutter.WebViewPlatform.WebViewPlatform.new, bootpay_webview_flutter.WebViewPlatformCallbacksHandler.WebViewPlatformCallbacksHandler.new.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:bootpay_webview_flutter/bootpay_webview_flutter.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:bootpay_webview_flutter/bootpay_webview_flutter.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:bootpay_webview_flutter/bootpay_webview_flutter.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:bootpay_webview_flutter/bootpay_webview_flutter.dartthat declares support for platforms:Android,iOS.
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:bootpay_webview_flutter/bootpay_webview_flutter.dartthat imports:package:bootpay_webview_flutter/src/webview.dartthat imports:package:bootpay_webview_flutter_wkwebview/bootpay_webview_flutter_wkwebview.dartthat declares support for platforms:iOS.
Package does not support platform `iOS`.
Because:
package:bootpay_webview_flutter/bootpay_webview_flutter.dartthat imports:package:bootpay_webview_flutter/src/webview.dartthat imports:package:bootpay_webview_flutter_android/bootpay_webview_surface_android.dartthat declares support for platforms:Android.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
WARNING: Unused import: 'package:bootpay_webview_flutter_wkwebview/bootpay_webview_flutter_wkwebview.dart'.
lib/bootpay_webview_flutter.dart:7:8
╷
7 │ import 'package:bootpay_webview_flutter_wkwebview/bootpay_webview_flutter_wkwebview.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bootpay_webview_flutter.dart
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/src/webview.dart:102:31
╷
102 │ }) : assert(javascriptMode != null),
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/webview.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bootpay_webview_flutter_android |
^2.10.44 |
2.10.44 | 4.10.56 | |
bootpay_webview_flutter_platform_interface |
^1.9.51 |
1.9.51 | 2.14.2 | |
bootpay_webview_flutter_wkwebview |
^2.9.51 |
2.9.51 | 3.23.26 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^2.10.44` on bootpay_webview_flutter_android does not support the stable version `3.2.1`.
Try running dart pub upgrade --major-versions bootpay_webview_flutter_android to update the constraint.
The constraint `^1.9.51` on bootpay_webview_flutter_platform_interface does not support the stable version `2.0.1`.
Try running dart pub upgrade --major-versions bootpay_webview_flutter_platform_interface to update the constraint.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.