in_app_review 1.0.0
in_app_review: ^1.0.0 copied to clipboard
Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS and MacOS. Makes it easy for users to rate your app.
900
likes
60/ 120
pub points
99%
popularity
We analyzed this package 2 days ago, and awarded it 60 pub points (of a possible 120):
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: Package has an example
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:in_app_review/in_app_review.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:in_app_review/in_app_review.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Web`.
Because:
package:in_app_review/in_app_review.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/30 points: code has no errors, warnings, lints, or formatting issues
ERROR: The named parameter 'windowsStoreId' isn't defined.
lib/in_app_review.dart:48:9
╷
48 │ windowsStoreId: windowsStoreId,
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/in_app_review.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 |
in_app_review_platform_interface | ^1.0.1 | 1.0.5 | 2.0.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.0 | 1.2.1 |
collection | - | 1.15.0 | 1.16.0 |
flutter_web_plugins | - | 0.0.0 | 0.0.0 |
js | - | 0.6.3 | 0.6.4 |
material_color_utilities | - | 0.1.3 | 0.1.5 |
meta | - | 1.7.0 | 1.7.0 |
platform | - | 3.1.0 | 3.1.0 |
plugin_platform_interface | - | 1.0.3 | 2.1.2 |
sky_engine | - | 0.0.99 | 0.0.99 |
typed_data | - | 1.3.0 | 1.3.1 |
url_launcher | - | 5.7.10 | 6.1.2 |
url_launcher_linux | - | 0.0.1+4 | 3.0.1 |
url_launcher_macos | - | 0.0.1+9 | 3.0.1 |
url_launcher_platform_interface | - | 1.0.9 | 2.0.5 |
url_launcher_web | - | 0.1.5+3 | 2.0.11 |
url_launcher_windows | - | 0.0.1+3 | 3.0.1 |
vector_math | - | 2.1.1 | 2.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.0.1` on in_app_review_platform_interface does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions in_app_review_platform_interface
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.7.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.12
, Flutter 2.10.5
, Dart 2.16.2
.