tyrads_sdk 3.2.0
tyrads_sdk: ^3.2.0 copied to clipboard
Show TyrAds offer wall.
We analyzed this package 21 hours ago, and awarded it 130 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 50 to 180 characters to describe the package, what it does, and its target use case.
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
24 out of 77 API elements (31.2 %) have documentation comments.
Some symbols that are missing documentation: tyrads_sdk, tyrads_sdk.PremiumWidgetStyles, tyrads_sdk.Tyrads, tyrads_sdk.Tyrads.apiKey, tyrads_sdk.Tyrads.apiSecret.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:tyrads_sdk/tyrads_sdk.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:tyrads_sdk/tyrads_sdk.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:tyrads_sdk/tyrads_sdk.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:tyrads_sdk/tyrads_sdk.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:tyrads_sdk/tyrads_sdk.dartthat declares support for platforms:Android.
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:tyrads_sdk/tyrads_sdk.dartthat imports:package:tyrads_sdk/src/acmo/modules/device_details/controller.dartthat imports:package:tyrads_sdk/src/acmo/modules/device_details/network_details.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:tyrads_sdk/tyrads_sdk.dartthat imports:package:tyrads_sdk/src/acmo/modules/tracking/controller.dartthat imports:package:tyrads_sdk/src/acmo/modules/tracking/repository.dartthat imports:package:tyrads_sdk/src/acmo/core/network/network_common.dartthat 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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 83 issues. Showing the first 2:
INFO: Parameter 'key' could be a super parameter.
lib/src/acmo/core/components/appbar.dart:7:9
╷
7 │ const AcmoAppBar({
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/acmo/core/components/appbar.dart
INFO: Parameter 'key' could be a super parameter.
lib/src/acmo/core/components/appbar.dart:46:9
╷
46 │ const AcmoAppBarWithSearch({
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/acmo/core/components/appbar.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
advertising_id |
^2.6.0 |
2.7.1 | 2.7.1 | |
android_package_manager |
^0.7.1 |
0.7.1 | 0.7.1 | |
back_button_interceptor |
^8.0.4 |
8.0.4 | 8.0.4 | |
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
connectivity_plus |
^6.1.4 |
6.1.5 | 7.0.0 | |
cryptography |
^2.7.0 |
2.7.0 | 2.7.0 | |
device_info_plus |
^11.3.0 |
11.5.0 | 12.2.0 | |
dio |
^5.9.0 |
5.9.0 | 5.9.0 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
flutter_security_checker |
^3.2.1 |
3.2.1 | 3.2.1 | |
fluttertoast |
^8.2.12 |
8.2.14 | 9.0.0 | |
freezed_annotation |
^3.1.0 |
3.1.0 | 3.1.0 | |
google_fonts |
^6.3.0 |
6.3.2 | 6.3.2 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
numeral |
^3.1.1 |
3.1.2 | 3.1.2 | |
package_info_plus |
>=6.0.0 <9.0.0 |
8.3.1 | 9.0.0 | |
platform_device_id_plus |
^1.0.7 |
1.0.7 | 1.0.7 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
shared_preferences |
^2.5.3 |
2.5.3 | 2.5.3 | |
styled_text |
^8.1.0 |
8.1.0 | 8.1.0 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
usage_stats_new |
^2.0.6 |
2.0.6 | 2.0.6 | |
uuid |
^4.5.1 |
4.5.2 | 4.5.2 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^6.1.4` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
The constraint `^11.3.0` on device_info_plus does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions device_info_plus 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.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.
Check the analysis log for details.