prizorsdk_flutter 0.0.6 prizorsdk_flutter: ^0.0.6 copied to clipboard
Prizor SDK Flutter, plugin for seamless integration with PrizorSDK, empowering your mobile apps. Docs for integrating and utilizing PrizorSDK in Flutter projects.
We analyzed this package 4 days ago, and awarded it 140 pub points (of a possible 160):
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
41 out of 126 API elements (32.5 %) have documentation comments.
Some symbols that are missing documentation: address
, address.Address
, address.Address.Address
, address.Address.Address.fromJson
, address.Address.toJson
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:prizorsdk_flutter/prizorsdk_flutter.dart
that imports:package:prizorsdk_flutter/src/prizorsdk_widget.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
.
Package does not support platform `macOS`.
Because:
package:prizorsdk_flutter/prizorsdk_flutter.dart
that imports:package:prizorsdk_flutter/src/prizorsdk_widget.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
.
Package does not support platform `Web`.
Because:
package:prizorsdk_flutter/prizorsdk_flutter.dart
that imports:package:prizorsdk_flutter/src/prizorsdk_widget.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
.
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:prizorsdk_flutter/prizorsdk_flutter.dart
that imports:package:prizorsdk_flutter/src/prizorsdk_widget.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:prizorsdk_flutter/prizorsdk_flutter.dart
that imports:package:prizorsdk_flutter/src/prizorsdk_widget.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:prizorsdk_flutter/prizorsdk_flutter.dart
that imports:package:prizorsdk_flutter/src/prizorsdk_widget.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
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
/tmp/pana_GRZMUP/lib/entities/prizorsdk_params.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_GRZMUP/lib/entities/user/user.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.17.1 |
1.18.0 | 1.19.1 |
device_info_plus |
^9.0.2 |
9.1.2 | 11.1.1 |
diacritic |
^0.1.3 |
0.1.6 | 0.1.6 |
encrypt |
^5.0.1 |
5.0.3 | 5.0.3 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_inappwebview |
^6.0.0-beta.24+1 |
6.1.5 | 6.1.5 |
flutter_spinkit |
^5.2.0 |
5.2.1 | 5.2.1 |
permission_handler |
^10.3.0 |
10.4.5 | 11.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^9.0.2` on device_info_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^10.3.0` on permission_handler does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions permission_handler
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.