bootpay 5.3.1
bootpay: ^5.3.1 copied to clipboard
A Bootpay plugin that provides payment api on Android, iOS and Web.
We analyzed this package 2 days ago, and awarded it 105 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://www.bootpay.co.kr was unreachable. Make sure that the website is reachable via HEAD requests.
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting bootpay...
Discovering libraries...
Linking elements...
Precaching local docs for 1471992 elements...
Initialized dartdoc with 1885 libraries
Generating docs for library controller/debounce_close_controller.dart from package:bootpay/controller/debounce_close_controller.dart...
Generating docs for library widget/bootpay_widget_payment_page_web.dart from package:bootpay/widget/bootpay_widget_payment_page_web.dart...
Generating docs for library widget/bootpay_widget_payment_page.dart from package:bootpay/widget/bootpay_widget_payment_page.dart...
Generating docs for library widget/bootpay_widget_payment_page_app.dart from package:bootpay/widget/bootpay_widget_payment_page_app.dart...
Generating docs for library widget/bootpay_widget_webview.dart from package:bootpay/widget/bootpay_widget_webview.dart...
[39 more lines]
ERR:
warning: bootpay_api has no library level documentation comments
from bootpay_api: (file:///tmp/pana_KZXCLF/lib/shims/bootpay_web.dart:1:1)
error: file already written at "bootpay_api/index.html"
for symbol bootpay_api: (file:///tmp/pana_KZXCLF/lib/bootpay_api.dart:1:1)
conflicting with file already generated by bootpay_api: (file:///tmp/pana_KZXCLF/lib/shims/bootpay_web.dart:1:1)
Dartdoc generates a path and filename to write to for each symbol.
'bootpay_api' conflicts with another symbol in the generated path, and
therefore can not be written out. Changing the name, library name, or
class name (if appropriate) of one of the conflicting items can resolve
the conflict. Alternatively, use the @nodoc directive in one symbol's
[14 more lines]
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:bootpay/bootpay.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:bootpay/bootpay.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:bootpay/bootpay.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:bootpay/bootpay.dartthat imports:package:bootpay/commerce/bootpay_commerce.dartthat imports:package:bootpay/commerce/commerce_webview.dartthat imports:package:bootpay_webview_flutter_wkwebview/bootpay_webview_flutter_wkwebview.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `iOS`.
Because:
package:bootpay/bootpay.dartthat imports:package:bootpay/commerce/bootpay_commerce.dartthat imports:package:bootpay/commerce/commerce_webview.dartthat imports:package:bootpay_webview_flutter_android/bootpay_webview_flutter_android.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:bootpay/bootpay.dartthat imports:package:bootpay/commerce/bootpay_commerce.dartthat imports:package:bootpay/commerce/commerce_webview.dartthat imports:package:bootpay_webview_flutter_wkwebview/bootpay_webview_flutter_wkwebview.dartthat declares support for platforms:iOS,macOS.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:bootpay/bootpay.dartthat imports:package:bootpay/commerce/bootpay_commerce.dartthat imports:package:bootpay/commerce/commerce_webview.dartthat imports:package:bootpay_webview_flutter_wkwebview/bootpay_webview_flutter_wkwebview.dartthat imports:package:bootpay_webview_flutter_wkwebview/src/webkit_webview_platform.dartthat imports:package:bootpay_webview_flutter_wkwebview/src/webkit_webview_cookie_manager.dartthat imports:package:bootpay_webview_flutter_wkwebview/src/webkit_proxy.dartthat imports:package:bootpay_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.dev/web/wasm for details.
Swift PM-ready: This iOS or macOS plugin supports the Swift Package Manager. 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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 104 issues. Showing the first 2:
WARNING: The method doesn't override an inherited method.
lib/bootpay.dart:230:10
╷
230 │ String applicationId(String webApplicationId, String androidApplicationId, String iosApplicationId) {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bootpay.dart
WARNING: Unused import: 'package:bootpay_webview_flutter_wkwebview/bootpay_webview_flutter_wkwebview.dart'.
lib/bootpay_hero_webview.dart:11:8
╷
11 │ 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_hero_webview.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bootpay_webview_flutter |
^4.12.6 |
4.12.6 | 4.12.6 | |
bootpay_webview_flutter_android |
^4.10.64 |
4.10.64 | 4.10.64 | |
bootpay_webview_flutter_wkwebview |
^3.23.34 |
3.23.34 | 3.23.34 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
fluttertoast |
^8.2.8 |
8.2.14 | 9.1.0 | |
get |
^4.6.6 |
4.7.3 | 4.7.3 | |
http |
^1.3.0 |
1.6.0 | 1.6.0 | |
intl |
>=0.19.0 <1.0.0 |
0.20.3 | 0.20.3 | |
package_info_plus |
^8.2.1 |
8.3.1 | 10.2.0 | |
shared_preferences |
^2.3.5 |
2.5.5 | 2.5.5 | |
uuid |
^4.5.1 |
4.5.3 | 4.5.3 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.1 | 2.13.1 | |
bootpay_webview_flutter_platform_interface |
- | 2.14.2 | 2.14.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.19.0 | |
package_info_plus_platform_interface |
- | 3.2.1 | 4.1.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
shared_preferences_android |
- | 2.4.26 | 2.4.26 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.2 | 2.4.2 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.4.0 | |
win32 |
- | 5.15.0 | 6.3.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.2.8` on fluttertoast does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions fluttertoast to update the constraint.
The constraint `^8.2.1` on package_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions package_info_plus 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.14, Flutter 3.44.4, Dart 3.12.2.
Check the analysis log for details.