flutter_crosspay 0.1.0+1 copy "flutter_crosspay: ^0.1.0+1" to clipboard
flutter_crosspay: ^0.1.0+1 copied to clipboard

discontinuedreplaced by: orca

Cross platform in app purchase plugin. Supports all flutter platforms. Desktop and web are supported through Stripe. Developed by Maxint Inc.

110/ 160
pub points
2
downloads

We analyzed this package 6 hours ago, and awarded it 110 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.

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

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: flutter_crosspay,
    • contains a version property, and,
    • does not contain a publish_to property.

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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

53 out of 171 API elements (31.0 %) have documentation comments.

Some symbols that are missing documentation: flutter_crosspay, flutter_crosspay.CrosspayEndpoints, flutter_crosspay.CrosspayEndpoints.CrosspayEndpoints.new, flutter_crosspay.CrosspayEndpoints.activeEntitlements, flutter_crosspay.CrosspayEndpoints.entitlements.

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:flutter_crosspay/flutter_crosspay.dart that imports:
  • package:flutter_crosspay/src/crosspay.dart that imports:
  • package:flutter_crosspay/src/core/stripe.dart that imports:
  • package:flutter_crosspay/src/core/core.dart that imports:
  • package:in_app_purchase/in_app_purchase.dart that imports:
  • package:in_app_purchase_storekit/in_app_purchase_storekit.dart that declares support for platforms: iOS, macOS.
Package does not support platform `iOS`.

Because:

  • package:flutter_crosspay/flutter_crosspay.dart that imports:
  • package:flutter_crosspay/src/crosspay.dart that imports:
  • package:in_app_purchase_android/billing_client_wrappers.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:flutter_crosspay/flutter_crosspay.dart that imports:
  • package:flutter_crosspay/src/crosspay.dart that imports:
  • package:in_app_purchase_android/billing_client_wrappers.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:flutter_crosspay/flutter_crosspay.dart that imports:
  • package:flutter_crosspay/src/crosspay.dart that imports:
  • package:in_app_purchase_android/billing_client_wrappers.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:flutter_crosspay/flutter_crosspay.dart that imports:
  • package:flutter_crosspay/src/crosspay.dart that imports:
  • package:in_app_purchase_android/billing_client_wrappers.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:flutter_crosspay/flutter_crosspay.dart that imports:
  • package:flutter_crosspay/src/crosspay.dart that imports:
  • package:in_app_purchase_android/billing_client_wrappers.dart that declares support for platforms: Android.
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

INFO: Don't invoke 'print' in production code.

lib/src/core/iap.dart:204:9

    ╷
204 │         print(
    │         ^^^^^
    ╵

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

INFO: Missing type annotation.

lib/src/models/models.dart:17:31

   ╷
17 │ Duration? _durationFromMillis(ms) => ms != null ? Duration(milliseconds: ms) : null;
   │                               ^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/models.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
collection ^1.19.1 1.19.1 1.19.1
dio ^5.8.0+1 5.11.1 5.11.1
flutter_client_sse ^2.0.3 2.0.3 2.0.3
freezed_annotation ^3.1.0 3.1.0 3.1.0
in_app_purchase ^3.2.3 3.2.4 3.3.0
in_app_purchase_android ^0.4.0+8 0.4.0+11 0.5.3
in_app_purchase_storekit ^0.4.7 0.4.13 0.4.13
json_annotation ^4.9.0 4.12.0 4.12.0
url_launcher ^6.3.1 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
dio_web_adapter - 2.2.2 2.2.2
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
in_app_purchase_platform_interface - 1.4.1 1.4.1
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
mime - 2.1.0 2.1.0
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.33 6.3.33
url_launcher_ios - 6.4.2 6.4.2
url_launcher_linux - 3.2.3 3.2.3
url_launcher_macos - 3.2.6 3.2.6
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.3 2.4.3
url_launcher_windows - 3.1.6 3.1.6
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1

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

The constraint `^0.4.0+8` on in_app_purchase_android does not support the stable version `0.5.0`.

Try running dart pub upgrade --major-versions in_app_purchase_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.19, Flutter 3.47.4, Dart 3.13.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
2
downloads

Documentation

API reference

Publisher

verified publishermaxint.com

Weekly Downloads

Cross platform in app purchase plugin. Supports all flutter platforms. Desktop and web are supported through Stripe. Developed by Maxint Inc.

Topics

#flutter #in-app-purchase #crosspay

License

MIT (license)

Dependencies

collection, dio, flutter, flutter_client_sse, freezed_annotation, in_app_purchase, in_app_purchase_android, in_app_purchase_storekit, json_annotation, url_launcher

More

Packages that depend on flutter_crosspay