dgepay 1.0.0 copy "dgepay: ^1.0.0" to clipboard
dgepay: ^1.0.0 copied to clipboard

DGePay is the first licensed Payment System Operator (PSO) in Bangladesh from Bangladesh Bank for White Label Merchant Acquiring (WLMA). We are building the largest merchant payment network allowing s [...]

95/ 160
pub points
40
downloads

We analyzed this package 2 days ago, and awarded it 95 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Failed check 0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:66:27

   ╷
66 │ <p>This code is under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT open source License</a>.</p>
   │                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

11 out of 223 API elements (4.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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: api_endpoints, api_endpoints.ApiEndpoints, api_endpoints.ApiEndpoints.ApiEndpoints.new, api_endpoints.ApiEndpoints.accessToken, api_endpoints.ApiEndpoints.initiatePayment.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:dgepay/dgepay.dart that imports:
  • package:dgepay/controllers/payment_controller.dart that imports:
  • package:dgepay/views/payment_gateway_webview.dart that imports:
  • package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart that declares support for platforms: iOS, macOS.
Package does not support platform `iOS`.

Because:

  • package:dgepay/dgepay.dart that imports:
  • package:dgepay/controllers/payment_controller.dart that imports:
  • package:dgepay/views/payment_gateway_webview.dart that imports:
  • package:webview_flutter_android/webview_flutter_android.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:dgepay/dgepay.dart that imports:
  • package:dgepay/controllers/payment_controller.dart that imports:
  • package:dgepay/views/payment_gateway_webview.dart that imports:
  • package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:dgepay/dgepay.dart that imports:
  • package:dgepay/controllers/payment_controller.dart that imports:
  • package:dgepay/views/payment_gateway_webview.dart that imports:
  • package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart that declares support for platforms: iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:dgepay/dgepay.dart that imports:
  • package:dgepay/controllers/payment_controller.dart that imports:
  • package:dgepay/views/payment_gateway_webview.dart that imports:
  • package:webview_flutter_android/webview_flutter_android.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:dgepay/dgepay.dart that imports:
  • package:dgepay/controllers/payment_controller.dart that imports:
  • package:dgepay/views/payment_gateway_webview.dart that imports:
  • package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart that declares support for platforms: iOS, macOS.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: Missing type annotation.

lib/utilities/functions.dart:9:1

  ╷
9 │ getBaseUrl(String sdkType) {
  │ ^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/utilities/functions.dart

INFO: Missing type annotation.

lib/utilities/functions.dart:20:1

   ╷
20 │ printer(dynamic value) {
   │ ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/utilities/functions.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
crypto ^3.0.1 3.0.7 3.0.7
encrypt ^5.0.0 5.0.3 5.0.3
get_it ^7.6.7 7.7.0 9.2.1
http ^1.3.0 1.6.0 1.6.0
webview_flutter ^4.7.0 4.9.0 4.13.1
webview_flutter_android ^3.15.0 3.16.9 4.10.13
webview_flutter_wkwebview ^3.12.0 3.24.0 3.24.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
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
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.17.0 1.18.1
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
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.2.0
web - 1.1.1 1.1.1
webview_flutter_platform_interface - 2.14.0 2.14.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^7.6.7` on get_it does not support the stable version `8.0.0`.

Try running dart pub upgrade --major-versions get_it to update the constraint.

The constraint `^3.15.0` on webview_flutter_android does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions webview_flutter_android to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
95
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

DGePay is the first licensed Payment System Operator (PSO) in Bangladesh from Bangladesh Bank for White Label Merchant Acquiring (WLMA). We are building the largest merchant payment network allowing seamless money transfer through our DGePay Mobile App.

Homepage

License

MIT (license)

Dependencies

crypto, encrypt, flutter, get_it, http, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on dgepay