sovendus_voucher_network_and_checkout_benefits 1.3.0 copy "sovendus_voucher_network_and_checkout_benefits: ^1.3.0" to clipboard
sovendus_voucher_network_and_checkout_benefits: ^1.3.0 copied to clipboard

Official Sovendus Checkout Benefits & Voucher Network component for Flutter

120/ 160
pub points
916
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: GPL-3.0.

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

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

1 out of 42 API elements (2.4 %) 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: sovendus_voucher_network_and_checkout_benefits, sovendus_voucher_network_and_checkout_benefits.SovendusBanner, sovendus_voucher_network_and_checkout_benefits.SovendusBanner.SovendusBanner.new, sovendus_voucher_network_and_checkout_benefits.SovendusBanner.backgroundColor, sovendus_voucher_network_and_checkout_benefits.SovendusBanner.currencyCode.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:sovendus_voucher_network_and_checkout_benefits/sovendus_voucher_network_and_checkout_benefits.dart that imports:
  • package:sovendus_voucher_network_and_checkout_benefits/src/sovendus_voucher_network_and_checkout_benefits.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package not compatible with platform Web

Because:

  • package:sovendus_voucher_network_and_checkout_benefits/sovendus_voucher_network_and_checkout_benefits.dart that imports:
  • package:sovendus_voucher_network_and_checkout_benefits/src/sovendus_voucher_network_and_checkout_benefits.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that imports:
  • package:flutter_inappwebview/src/main.dart that imports:
  • package:flutter_inappwebview/src/webview_environment/main.dart that imports:
  • package:flutter_inappwebview/src/webview_environment/webview_environment.dart that imports:
  • package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dart that imports:
  • package:flutter_inappwebview_platform_interface/src/main.dart that imports:
  • package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.dart that imports:
  • dart:io
Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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

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

Package Constraint Compatible Latest Notes
flutter_inappwebview >=5.8.0 <7.0.0 6.1.5 6.1.5
http ^1.4.0 1.6.0 1.6.0
url_launcher ^6.1.0 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
flutter_inappwebview_android - 1.1.3 1.1.3
flutter_inappwebview_internal_annotations - 1.3.0 1.3.0
flutter_inappwebview_ios - 1.1.2 1.1.2
flutter_inappwebview_macos - 1.1.2 1.1.2
flutter_inappwebview_platform_interface - 1.3.0+1 1.3.0+1
flutter_inappwebview_web - 1.1.2 1.1.2
flutter_inappwebview_windows - 0.6.0 0.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
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
url_launcher_android - 6.3.29 6.3.29
url_launcher_ios - 6.4.1 6.4.1
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.2 2.4.2
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 3 errors:

  • UNDEFINED_NAMED_PARAMETER - lib/src/sovendus_voucher_network_and_checkout_benefits.dart:405:9 - The named parameter 'initialSettings' isn't defined.
  • UNDEFINED_METHOD - lib/src/sovendus_voucher_network_and_checkout_benefits.dart:405:26 - The method 'InAppWebViewSettings' isn't defined for the type '_SovendusBanner'.
  • UNDEFINED_ENUM_CONSTANT - lib/src/sovendus_voucher_network_and_checkout_benefits.dart:521:47 - There's no constant named 'inAppBrowserView' in 'LaunchMode'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.12, Flutter 3.41.7, Dart 3.11.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
120
points
916
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Official Sovendus Checkout Benefits & Voucher Network component for Flutter

Homepage

License

GPL-3.0 (license)

Dependencies

flutter, flutter_inappwebview, http, url_launcher

More

Packages that depend on sovendus_voucher_network_and_checkout_benefits