deposits_oneclick_checkout 0.0.5
deposits_oneclick_checkout: ^0.0.5 copied to clipboard
A package to enable customers pay for purchased items on a one click-checkout button.
We analyzed this package 4 days ago, and awarded it 90 pub points (of a possible 130):
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: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 52 out of 1816 API elements (2.9 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
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:deposits_oneclick_checkout/app/common/global/deposits_oneclick_checkout_controller.dart
that imports:package:deposits_oneclick_checkout/app/common/utils/exports.dart
that imports:package:deposits_oneclick_checkout/app/modules/payment/add_bank/add_bank.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:deposits_oneclick_checkout/app/common/global/deposits_oneclick_checkout_controller.dart
that imports:package:deposits_oneclick_checkout/app/common/utils/exports.dart
that imports:package:deposits_oneclick_checkout/app/modules/payment/add_bank/add_bank.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:deposits_oneclick_checkout/app/common/global/deposits_oneclick_checkout_controller.dart
that imports:package:deposits_oneclick_checkout/app/common/utils/exports.dart
that imports:package:deposits_oneclick_checkout/app/modules/payment/add_bank/add_bank.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:deposits_oneclick_checkout/app/common/global/deposits_oneclick_checkout_controller.dart
that imports:package:deposits_oneclick_checkout/app/common/utils/exports.dart
that imports:package:deposits_oneclick_checkout/app/modules/payment/add_bank/add_bank.dart
that imports:package:webview_flutter/webview_flutter.dart
that 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:deposits_oneclick_checkout/app/common/global/deposits_oneclick_checkout_controller.dart
that imports:package:deposits_oneclick_checkout/app/common/utils/exports.dart
that imports:package:deposits_oneclick_checkout/app/modules/payment/add_bank/add_bank.dart
that imports:package:webview_flutter/webview_flutter.dart
that imports:package:webview_flutter/src/webview.dart
that imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart
that declares support for platforms:iOS
.
Package does not support platform `iOS`.
Because:
package:deposits_oneclick_checkout/app/common/global/deposits_oneclick_checkout_controller.dart
that imports:package:deposits_oneclick_checkout/app/common/utils/exports.dart
that imports:package:deposits_oneclick_checkout/app/modules/payment/add_bank/add_bank.dart
that imports:package:webview_flutter/webview_flutter.dart
that imports:package:webview_flutter/src/webview.dart
that imports:package:webview_flutter_android/webview_surface_android.dart
that declares support for platforms:Android
.
10/30 points: code has no errors, warnings, lints, or formatting issues
Found 116 issues. Showing the first 2:
WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.
lib/app/modules/address/address/address.dart:15:28
╷
15 │ WidgetsBinding.instance?.addObserver(this);
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/modules/address/address/address.dart
WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.
lib/app/modules/address/address/address.dart:22:28
╷
22 │ WidgetsBinding.instance?.removeObserver(this);
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/modules/address/address/address.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
another_flushbar | ^1.10.28 | 1.10.29 | 1.10.29 |
dio | ^4.0.4 | 4.0.6 | 4.0.6 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_dotenv | ^5.0.2 | 5.0.2 | 5.0.2 |
flutter_spinkit | ^5.1.0 | 5.1.0 | 5.1.0 |
flutter_svg | ^1.0.3 | 1.1.0 | 1.1.0 |
fpjs_pro_plugin | ^0.1.0 | 0.1.3 | 1.0.2 |
get | ^4.6.1 | 4.6.5 | 4.6.5 |
get_storage | ^2.0.3 | 2.0.3 | 2.0.3 |
google_fonts | ^2.3.1 | 2.3.3 | 3.0.1 |
http | ^0.13.4 | 0.13.4 | 0.13.4 |
intl | ^0.17.0 | 0.17.0 | 0.17.0 |
path | ^1.7.0 | 1.8.2 | 1.8.2 |
url_launcher | ^6.0.20 | 6.1.4 | 6.1.4 |
uuid | ^3.0.6 | 3.0.6 | 3.0.6 |
webview_flutter | ^3.0.1 | 3.0.4 | 3.0.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.1.0` on fpjs_pro_plugin does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions fpjs_pro_plugin
to update the constraint.
The constraint `^2.3.1` on google_fonts does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions google_fonts
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Flutter 3.0.3
, Dart 2.17.5
.