modular_release_guard 0.8.1 modular_release_guard: ^0.8.1 copied to clipboard
Control resources via Firebase Remote Config.
We analyzed this package 5 days 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 60 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
9 out of 19 API elements (47.4 %) have documentation comments.
Some symbols that are missing documentation: modular_release_guard
, release_guard
, release_guard.ReleaseGuard
, release_guard.ReleaseGuard.ReleaseGuard
, release_guard.ReleaseGuard.isDev
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:modular_release_guard/modular_release_guard.dart
that imports:package:modular_release_guard/extensions/release_guard_widget.dart
that imports:package:firebase_remote_config/firebase_remote_config.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:modular_release_guard/modular_release_guard.dart
that imports:package:modular_release_guard/extensions/release_guard_widget.dart
that imports:package:firebase_remote_config/firebase_remote_config.dart
that 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.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
firebase_core |
^1.7.0 |
1.19.0 | 3.9.0 |
firebase_core_platform_interface |
^4.0.1 |
4.4.1 | 5.4.0 |
firebase_remote_config |
^2.0.0 |
2.0.10 | 5.2.0 |
firebase_remote_config_platform_interface |
^1.0.5 |
1.1.17 | 1.4.47 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_modular |
^4.4.0 |
4.5.1+1 | 6.3.4 |
groveman |
^1.2.0 |
1.2.3 | 1.2.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
firebase_core_web |
- | 1.6.5 | 2.19.0 |
firebase_remote_config_web |
- | 1.0.15 | 1.7.5 |
flutter_modular_annotations |
- | 0.0.2 | 0.0.2 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
js |
- | 0.6.7 | 0.7.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
modular_core |
- | 2.0.0 | 3.3.3 |
modular_interfaces |
- | 2.0.2 | 3.0.0 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
sky_engine |
- | 0.0.0 | 0.0.0 |
triple |
- | 1.5.0+1 | 2.1.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^1.7.0` on firebase_core does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions firebase_core
to update the constraint.
The constraint `^4.0.1` on firebase_core_platform_interface does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions firebase_core_platform_interface
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.