promptbet_sdk 1.1.4 promptbet_sdk: ^1.1.4 copied to clipboard
PromptBet SDK for Flutter
We analyzed this package 11 days ago, and awarded it 90 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
4 out of 19 API elements (21.1 %) have documentation comments.
Some symbols that are missing documentation: promptbet_sdk
, promptbet_sdk.PromptbetSdk
, promptbet_sdk.PromptbetSdk.PromptbetSdk
, promptbet_sdk.PromptbetSdk.callbackFn
, promptbet_sdk.PromptbetSdk.clientId
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:promptbet_sdk/promptbet_sdk.dart
that declares support for platforms: .
Package does not support platform `iOS`.
Because:
package:promptbet_sdk/promptbet_sdk.dart
that declares support for platforms: .
Package does not support platform `Windows`.
Because:
package:promptbet_sdk/promptbet_sdk.dart
that declares support for platforms: .
Package does not support platform `Linux`.
Because:
package:promptbet_sdk/promptbet_sdk.dart
that declares support for platforms: .
Package does not support platform `macOS`.
Because:
package:promptbet_sdk/promptbet_sdk.dart
that declares support for platforms: .
Package does not support platform `Web`.
Because:
package:promptbet_sdk/promptbet_sdk.dart
that declares support for platforms: .
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:promptbet_sdk/promptbet_sdk.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre.
lib/promptbet_sdk.dart:32:16
╷
32 │ return WillPopScope(
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/promptbet_sdk.dart
INFO: 'WillPopScope.new' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre.
lib/promptbet_sdk.dart:32:16
╷
32 │ return WillPopScope(
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/promptbet_sdk.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 |
http |
^1.2.2 |
1.2.2 | 1.2.2 |
path_provider |
^2.0.15 |
2.1.5 | 2.1.5 |
permission_handler |
^11.3.1 |
11.3.1 | 11.3.1 |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
record |
^4.4.4 |
4.4.4 | 5.2.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^4.4.4` on record does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions record
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.