deposits_ecommerce 0.0.3 copy "deposits_ecommerce: ^0.0.3" to clipboard
deposits_ecommerce: ^0.0.3 copied to clipboard

A package to enables users to purchase products through deposits.

2
likes
80/ 140
pub points
0%
popularity

We analyzed this package 37 hours ago, and awarded it 80 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

1632 out of 4833 API elements (33.8 %) have documentation comments.

Some symbols that are missing documentation: add_delivery_address, add_delivery_address.AddDeliveryAddress, add_delivery_address.AddDeliveryAddress.AddDeliveryAddress, add_delivery_address_controller, add_delivery_address_controller.AddDeliveryAddressController.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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_ecommerce/deposits_ecommerce.dart that imports:
  • package:deposits_ecommerce/app/common/utils/exports.dart that imports:
  • package:deposits_ecommerce/app/modules/customer/shop/shop_item_detail/shop_item_detail_controller.dart that imports:
  • package:deposits_oneclick_checkout/app/modules/deposits_oneclick_checkout_button.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_ecommerce/deposits_ecommerce.dart that imports:
  • package:deposits_ecommerce/app/common/utils/exports.dart that imports:
  • package:deposits_ecommerce/app/modules/customer/shop/shop_item_detail/shop_item_detail_controller.dart that imports:
  • package:deposits_oneclick_checkout/app/modules/deposits_oneclick_checkout_button.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_ecommerce/deposits_ecommerce.dart that imports:
  • package:deposits_ecommerce/app/common/utils/exports.dart that imports:
  • package:deposits_ecommerce/app/modules/customer/shop/shop_item_detail/shop_item_detail_controller.dart that imports:
  • package:deposits_oneclick_checkout/app/modules/deposits_oneclick_checkout_button.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_ecommerce/deposits_ecommerce.dart that imports:
  • package:deposits_ecommerce/app/common/utils/exports.dart that imports:
  • package:deposits_ecommerce/app/modules/customer/shop/shop_item_detail/shop_item_detail_controller.dart that imports:
  • package:deposits_oneclick_checkout/app/modules/deposits_oneclick_checkout_button.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_ecommerce/deposits_ecommerce.dart that imports:
  • package:deposits_ecommerce/app/common/utils/exports.dart that imports:
  • package:deposits_ecommerce/app/modules/customer/shop/shop_item_detail/shop_item_detail_controller.dart that imports:
  • package:deposits_oneclick_checkout/app/modules/deposits_oneclick_checkout_button.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_ecommerce/deposits_ecommerce.dart that imports:
  • package:deposits_ecommerce/app/common/utils/exports.dart that imports:
  • package:deposits_ecommerce/app/modules/customer/shop/shop_item_detail/shop_item_detail_controller.dart that imports:
  • package:deposits_oneclick_checkout/app/modules/deposits_oneclick_checkout_button.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.
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 65 issues. Showing the first 2:

ERROR: The named parameter 'buttonColor' is required, but there's no corresponding argument.

lib/app/modules/customer/shop/shop_item_detail/shop_item_detail_controller.dart:160:18

    ╷
160 │         context, CheckoutButton.ButtonConfig(amount: amount),
    │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/app/modules/customer/shop/shop_item_detail/shop_item_detail_controller.dart

ERROR: The getter 'primaryVariant' isn't defined for the type 'ColorScheme'.

lib/app/widgets/custom_safearea.dart:14:53

   ╷
14 │       color: color ?? Theme.of(context).colorScheme.primaryVariant,
   │                                                     ^^^^^^^^^^^^^^
   ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
another_flushbar ^1.10.28 1.12.30 1.12.30
deposits_oneclick_checkout ^0.0.4 0.0.5 0.0.5
dio ^4.0.4 4.0.6 5.4.3+1
flutter flutter 0.0.0 0.0.0
flutter_dotenv ^5.0.2 5.1.0 5.1.0
flutter_spinkit ^5.1.0 5.2.1 5.2.1
flutter_svg ^1.0.3 1.1.6 2.0.10+1
flutter_typeahead ^3.2.4 3.2.7 5.2.0
get ^4.6.1 4.6.6 4.6.6
get_storage ^2.0.3 2.1.1 2.1.1
google_fonts ^2.3.1 2.3.3 6.2.1
http ^0.13.4 0.13.6 1.2.1
http_parser ^4.0.0 4.0.2 4.0.2
image_picker ^0.8.4+9 0.8.9 1.1.0
intl ^0.17.0 0.17.0 0.19.0
mime ^1.0.1 1.0.5 1.0.5
rxdart ^0.27.3 0.27.7 0.27.7
uuid ^3.0.6 3.0.7 4.4.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
cross_file - 0.3.4+1 0.3.4+1
crypto - 3.0.3 3.0.3
ffi - 2.1.2 2.1.2
file_selector_linux - 0.9.2+1 0.9.2+1
file_selector_macos - 0.9.3+3 0.9.3+3
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+1 0.9.3+1
flutter_keyboard_visibility - 5.4.1 6.0.0
flutter_keyboard_visibility_linux - 1.0.0 1.0.0
flutter_keyboard_visibility_macos - 1.0.0 1.0.0
flutter_keyboard_visibility_platform_interface - 2.0.0 2.0.0
flutter_keyboard_visibility_web - 2.0.0 2.0.0
flutter_keyboard_visibility_windows - 1.0.0 1.0.0
flutter_plugin_android_lifecycle - 2.0.19 2.0.19
flutter_web_plugins - 0.0.0 0.0.0
fpjs_pro_plugin - 0.1.3 3.0.0
image_picker_android - 0.8.10 0.8.10
image_picker_for_web - 2.2.0 3.0.4
image_picker_ios - 0.8.10 0.8.10
image_picker_linux - 0.2.1+1 0.2.1+1
image_picker_macos - 0.2.1+1 0.2.1+1
image_picker_platform_interface - 2.10.0 2.10.0
image_picker_windows - 0.2.1+1 0.2.1+1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
path_drawing - 1.0.1 1.0.1
path_parsing - 1.0.1 1.0.1
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
petitparser - 6.0.2 6.0.2
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
url_launcher - 6.2.6 6.2.6
url_launcher_android - 6.3.1 6.3.1
url_launcher_ios - 6.2.5 6.2.5
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.1.0 3.1.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.1 2.3.1
url_launcher_windows - 3.1.1 3.1.1
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
webview_flutter - 3.0.4 4.7.0
webview_flutter_android - 2.10.4 3.16.0
webview_flutter_platform_interface - 1.9.5 2.10.0
webview_flutter_wkwebview - 2.9.5 3.13.0
win32 - 5.4.0 5.4.0
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0

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

Found 8 issues. Showing the first 2:

The constraint `^4.0.4` on dio does not support the stable version `5.0.0`.

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

The constraint `^1.0.3` on flutter_svg does not support the stable version `2.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.