safexpay 0.0.9
safexpay: ^0.0.9 copied to clipboard
A new Flutter plugin to create payment gateway using SafexPay
We analyzed this package 14 hours ago, and awarded it 100 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
- 49 out of 722 API elements (6.8 %) 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:safexpay/safexpay.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:safexpay/safexpay.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:safexpay/safexpay.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:safexpay/safexpay.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:safexpay/safexpay.dart
that imports:package:safexpay/screen_1.dart
that imports:package:safexpay/PaymentMode.dart
that imports:package:safexpay/logic/safex_pay_bloc.dart
that imports:package:safexpay/make_payment_webview.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:safexpay/safexpay.dart
that imports:package:safexpay/screen_1.dart
that imports:package:safexpay/PaymentMode.dart
that imports:package:safexpay/logic/safex_pay_bloc.dart
that imports:package:safexpay/make_payment_webview.dart
that imports:package:webview_flutter/webview_flutter.dart
that imports:package:webview_flutter/src/webview.dart
that imports:package:webview_flutter_android/webview_android_cookie_manager.dart
that declares support for platforms:Android
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 134 issues. Showing the first 2:
INFO: The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/AppHeader.dart:1:8
╷
1 │ import 'package:flutter/cupertino.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/AppHeader.dart
INFO: Unused import: 'constants/strings.dart'.
lib/NetBanking.dart:13:8
╷
13 │ import 'constants/strings.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/NetBanking.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
connectivity | ^3.0.6 | 3.0.6 | 3.0.6 |
encrypt | ^5.0.0 | 5.0.1 | 5.0.1 |
flutter | flutter | 0.0.0 | 0.0.0 |
http | ^0.13.3 | 0.13.4 | 0.13.4 |
modal_progress_hud_nsn | ^0.1.0-nullsafety-1 | 0.1.0-nullsafety-1 | 0.1.0-nullsafety-1 |
rxdart | ^0.27.1 | 0.27.3 | 0.27.3 |
shared_preferences | ^2.0.6 | 2.0.15 | 2.0.15 |
webview_flutter | ^2.0.10 | 2.8.0 | 3.0.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.0.10` on webview_flutter does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions webview_flutter
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.12
, Flutter 3.0.0
, Dart 2.17.0
.