app_review_helper 0.10.2 app_review_helper: ^0.10.2 copied to clipboard
This plugin will make it easier for you to use in-app review with minimal conditions.
We analyzed this package 3 days ago, and awarded it 160 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
43 out of 50 API elements (86.0 %) have documentation comments.
Some symbols that are missing documentation: app_review_helper
, app_review_helper.AdaptiveReviewDialog
, app_review_helper.AppReviewHelper
, app_review_helper.DefaultReviewDialog
, app_review_helper.FriendlyAdaptiveReviewDialog
.
10/10 points: Package has an example and has no issues with screenshots
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:app_review_helper/app_review_helper.dart
that imports:package:app_review_helper/src/app_review_helper.dart
that imports:package:in_app_review/in_app_review.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:app_review_helper/app_review_helper.dart
that imports:package:app_review_helper/src/app_review_helper.dart
that imports:package:app_review_helper/src/models/review_mock.dart
that imports:package:conditional_trigger/conditional_trigger.dart
that imports:package:conditional_trigger/src/conditional_trigger.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:app_review_helper/app_review_helper.dart
that imports:package:app_review_helper/src/app_review_helper.dart
that imports:package:in_app_review/in_app_review.dart
that declares support for platforms:Android
,iOS
,macOS
.
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:app_review_helper/app_review_helper.dart
that imports:package:app_review_helper/src/app_review_helper.dart
that imports:package:app_review_helper/src/models/review_mock.dart
that imports:package:conditional_trigger/conditional_trigger.dart
that imports:package:conditional_trigger/src/conditional_trigger.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:app_review_helper/app_review_helper.dart
that imports:package:app_review_helper/src/app_review_helper.dart
that imports:package:app_review_helper/src/models/review_mock.dart
that imports:package:conditional_trigger/conditional_trigger.dart
that imports:package:conditional_trigger/src/conditional_trigger.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:app_review_helper/app_review_helper.dart
that imports:package:app_review_helper/src/app_review_helper.dart
that imports:package:app_review_helper/src/models/review_mock.dart
that imports:package:conditional_trigger/conditional_trigger.dart
that imports:package:conditional_trigger/src/conditional_trigger.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:app_review_helper/app_review_helper.dart
that imports:package:app_review_helper/src/app_review_helper.dart
that imports:package:app_review_helper/src/models/review_mock.dart
that imports:package:conditional_trigger/conditional_trigger.dart
that imports:package:conditional_trigger/src/conditional_trigger.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_linux.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.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
conditional_trigger |
^0.5.1+1 |
0.5.1+1 | 0.5.1+1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
font_awesome_flutter |
^10.7.0 |
10.8.0 | 10.8.0 |
in_app_review |
^2.0.9 |
2.0.10 | 2.0.10 |
package_info_plus |
^8.0.1 |
8.1.1 | 8.1.1 |
satisfied_version |
^0.4.1 |
0.4.1 | 0.4.1 |
shared_preferences |
^2.3.0 |
2.3.3 | 2.3.3 |
update_helper |
^0.8.0 |
0.8.0 | 0.8.0 |
url_launcher |
^6.3.0 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.5
, Dart 3.5.4
.
Check the analysis log for details.