remote_app_blocker 0.0.4
remote_app_blocker: ^0.0.4 copied to clipboard
Remotely block a Flutter app (e.g. when a client refuses to pay) and show a custom page/message.
We analyzed this package 34 hours 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
26 out of 66 API elements (39.4 %) have documentation comments.
Some symbols that are missing documentation: remote_app_blocker, remote_app_blocker.BlockStatusProvider.BlockStatusProvider.new, remote_app_blocker.BlockStatusProvider.loadConfig, remote_app_blocker.BlockedPageStyle.BlockedPageStyle.new, remote_app_blocker.BlockedPageStyle.backgroundColor.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Windows`.
Because:
package:remote_app_blocker/remote_app_blocker.dartthat imports:package:firebase_remote_config/firebase_remote_config.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:remote_app_blocker/remote_app_blocker.dartthat imports:package:firebase_remote_config/firebase_remote_config.dartthat declares support for platforms:Android,iOS,macOS,Web.
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/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 | Notes |
|---|---|---|---|---|
cloud_firestore |
any |
6.1.1 | 6.1.1 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
firebase_core |
any |
4.3.0 | 4.3.0 | |
firebase_remote_config |
any |
6.1.3 | 6.1.3 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
shared_preferences |
any |
2.5.4 | 2.5.4 |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_CLASS-lib/remote_app_blocker.dart:181:9- Undefined class 'FirebaseRemoteConfig'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.