app_access_guard 0.0.1
app_access_guard: ^0.0.1 copied to clipboard
A Flutter package for app access control using Firebase Remote Config and FCM.
We analyzed this package 19 hours ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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
12 out of 32 API elements (37.5 %) have documentation comments.
Some symbols that are missing documentation: app_access_guard, app_access_guard.AccessController, app_access_guard.AccessController.$configureLifeCycle, app_access_guard.AccessController.AccessController.new, app_access_guard.AccessController.addListenerId.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:app_access_guard/app_access_guard.dartthat imports:package:app_access_guard/src/controller/access_controller.dartthat imports:package:app_access_guard/src/services/remote_config_service.dartthat imports:package:firebase_remote_config/firebase_remote_config.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Library names are not necessary.
lib/app_access_guard.dart:1:9
╷
1 │ library app_access_guard;
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app_access_guard.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
firebase_core |
^4.7.0 |
4.15.0 | 4.15.0 | |
firebase_messaging |
^16.2.0 |
16.7.0 | 16.7.0 | |
firebase_remote_config |
^6.4.0 |
6.7.0 | 6.7.0 | |
get |
^4.7.3 |
4.7.3 | 4.7.3 | |
shared_preferences |
^2.5.5 |
2.5.5 | 2.5.5 |
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.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.