amwal_pay_sdk 1.1.9 copy "amwal_pay_sdk: ^1.1.9" to clipboard
amwal_pay_sdk: ^1.1.9 copied to clipboard

PlatformAndroid

A Flutter SDK for integrating Amwal Pay payment solutions into your mobile apps, providing secure, seamless, and customizable payment experiences.

1
likes
100/ 160
pub points
473
downloads

We analyzed this package 42 hours ago, and awarded it 100 pub points (of a possible 160):

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

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

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: amwal_pay_sdk,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: amwal_pay_sdk.

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

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

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

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting amwal_pay_sdk... Discovering libraries... Linking elements... Precaching local docs for 1664263 elements... Initialized dartdoc with 3119 libraries Generating docs for library presentation/amwal_pay_screen.dart from package:amwal_pay_sdk/presentation/amwal_pay_screen.dart... Generating docs for library presentation/color/colors.dart from package:amwal_pay_sdk/presentation/color/colors.dart... Generating docs for library presentation/sdk_arguments.dart from package:amwal_pay_sdk/presentation/sdk_arguments.dart... Generating docs for library core/base_response/base_response.dart from package:amwal_pay_sdk/core/base_response/base_response.dart... Generating docs for library core/constants/sdk_constants.dart from package:amwal_pay_sdk/core/constants/sdk_constants.dart... [162 more lines] ERR: warning: amwal_salebycard_sdk has no library level documentation comments from amwal_salebycard_sdk: (file:///tmp/pana_QMUNIP/lib/features/card/amwal_salebycard_sdk.dart:1:1) error: file already written at "amwal_pay_sdk/index.html" for symbol amwal_pay_sdk: (file:///tmp/pana_QMUNIP/lib/amwal_pay_sdk.dart:1:1) conflicting with file already generated by amwal_pay_sdk: (file:///tmp/pana_QMUNIP/lib/features/wallet/amwal_salebywallet_sdk.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'amwal_pay_sdk' 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 [16 more lines]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:amwal_pay_sdk/amwal_pay_sdk.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:amwal_pay_sdk/amwal_pay_sdk.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:amwal_pay_sdk/amwal_pay_sdk.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:amwal_pay_sdk/amwal_pay_sdk.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:amwal_pay_sdk/amwal_pay_sdk.dart that declares support for platforms: Android.

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:amwal_pay_sdk/amwal_pay_sdk.dart that imports:
  • package:amwal_pay_sdk/features/receipt/receipt_handler.dart that imports:
  • package:amwal_pay_sdk/core/ui/transactiondialog/transaction_status_dialog.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:amwal_pay_sdk/amwal_pay_sdk.dart that imports:
  • package:amwal_pay_sdk/features/receipt/receipt_handler.dart that imports:
  • package:amwal_pay_sdk/core/ui/transactiondialog/transaction_status_dialog.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_web.dart that imports:
  • package:share_plus_platform_interface/share_plus_platform_interface.dart that imports:
  • package:share_plus_platform_interface/platform_interface/share_plus_platform.dart that imports:
  • package:share_plus_platform_interface/method_channel/method_channel_share.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 132 issues. Showing the first 2:

WARNING: Unused import: 'package:amwal_pay_sdk/core/ui/version_footer.dart'.

lib/amwal_pay_sdk.dart:12:8

   ╷
12 │ import 'package:amwal_pay_sdk/core/ui/version_footer.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.

lib/amwal_pay_sdk.dart:104:52

    ╷
104 │         'transactionType': settings.transactionType?.name ?? 'cardWallet',
    │                                                    ^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/amwal_pay_sdk.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
auto_size_text ^3.0.0 3.0.0 3.0.0
chucker_flutter ^1.5.2 1.8.5 1.8.5
circular_countdown_timer ^0.2.3 0.2.4 0.2.4
clickable_list_wheel_view ^0.2.0 0.2.0 0.2.0
convert ^3.1.1 3.1.2 3.1.2
crypto ^3.0.2 3.0.6 3.0.6
currency_text_input_formatter ^2.2.1 2.3.0 2.3.0
dartz ^0.10.1 0.10.1 0.10.1
debit_credit_card_widget ^1.0.2 1.0.2 1.0.2
dio ^5.2.1+1 5.8.0+1 5.8.0+1
dismiss_keyboard_on_tap ^2.0.0 2.0.0 2.0.0
flutter_bloc ^8.1.2 8.1.6 9.1.1
flutter_dash ^1.0.0 1.0.0 1.0.0
flutter_form_builder ^10.0.1 10.0.1 10.0.1
flutter_svg ^2.0.5 2.2.0 2.2.0
form_builder_validators ^11.0.0 11.2.0 11.2.0
freezed_annotation ^2.2.0 2.4.4 3.0.0
get_it ^7.4.0 7.7.0 8.0.3
get_storage ^2.1.1 2.1.1 2.1.1
intl ^0.20.2 0.20.2 0.20.2
jose ^0.3.4 0.3.4 0.3.4
keyboard_actions ^4.2.0 4.2.0 4.2.0
lottie ^2.3.2 2.7.0 3.3.1
nfc_manager ^3.4.0 3.5.0 4.0.2
path_provider ^2.1.2 2.1.5 2.1.5
pay ^3.2.1 3.2.1 3.2.1
pinput ^2.2.31 2.3.0 5.0.1
qr_flutter ^4.1.0 4.1.0 4.1.0
screenshot ^3.0.0 3.0.0 3.0.0
share_plus ^11.0.0 11.0.0 11.0.0
uuid ^3.0.7 3.0.7 4.5.1
webview_flutter ^4.4.2 4.13.0 4.13.0
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.7
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
basic_utils - 5.7.0 5.8.2
bloc - 8.1.4 9.0.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
chopper - 8.1.0 8.1.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
cross_file - 0.3.4+2 0.3.4+2
crypto_keys - 0.3.0+1 0.3.0+2
dio_web_adapter - 2.1.1 2.1.1
equatable - 2.0.7 2.0.7
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
get - 4.7.2 4.7.2
http - 1.4.0 1.4.0
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 2.0.0 2.0.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
pay_android - 3.1.1 3.1.1
pay_ios - 1.1.0 1.1.0
pay_platform_interface - 2.0.0 2.0.0
petitparser - 6.1.0 7.0.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
provider - 6.1.5 6.1.5
qr - 3.0.2 3.0.2
qs_dart - 1.3.7+1 1.3.7+1
quiver - 3.2.2 3.2.2
recursive_regex - 1.0.0 1.0.0
share_plus_platform_interface - 6.0.0 6.0.0
shared_preferences - 2.5.3 2.5.3
shared_preferences_android - 2.4.10 2.4.10
shared_preferences_foundation - 2.5.4 2.5.4
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
smart_auth - 1.1.1 3.2.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.6 0.7.6
typed_data - 1.4.0 1.4.0
universal_platform - 1.1.0 1.1.0
url_launcher_linux - 3.2.1 3.2.1
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.4 3.1.4
vector_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.17 1.1.17
vector_math - 2.1.4 2.2.0
weak_map - 4.0.1 4.0.1
web - 1.1.1 1.1.1
webview_flutter_android - 4.7.0 4.7.0
webview_flutter_platform_interface - 2.13.1 2.13.1
webview_flutter_wkwebview - 3.22.0 3.22.0
win32 - 5.14.0 5.14.0
x509 - 0.2.4+3 0.2.4+3
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.6.0
yaml - 3.1.3 3.1.3

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

Found 7 issues. Showing the first 2:

The constraint `^8.1.2` on flutter_bloc does not support the stable version `9.0.0`.

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

The constraint `^2.2.0` on freezed_annotation does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions freezed_annotation 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.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: