local_auth_wall 1.0.1 local_auth_wall: ^1.0.1 copied to clipboard
Local Auth wall redirect user to a widget when authenticated and another if not.
We analyzed this package 7 days 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: BSD-3-Clause
.
0/10 points: 20% or more of the public API has dartdoc comments
5 out of 58 API elements (8.6 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: local_auth_wall
, local_auth_wall.AuthWallConfProperty
, local_auth_wall.AuthWallDefaultStates
, local_auth_wall.AuthWallNotifier
, local_auth_wall.AuthWallNotifier.add
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:local_auth_wall/local_auth_wall.dart
that imports:package:local_auth_wall/src/auth_wall_overlay_controller.dart
that imports:package:local_auth_wall/src/auth_wall_notifier.dart
that imports:package:local_auth/local_auth.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
.
Package does not support platform `Web`.
Because:
package:local_auth_wall/local_auth_wall.dart
that imports:package:local_auth_wall/src/auth_wall_overlay_controller.dart
that imports:package:local_auth_wall/src/auth_wall_notifier.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,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:local_auth_wall/local_auth_wall.dart
that imports:package:local_auth_wall/src/auth_wall_overlay_controller.dart
that imports:package:local_auth_wall/src/auth_wall_notifier.dart
that imports:package:local_auth/local_auth.dart
that imports:package:local_auth/src/local_auth.dart
that imports:package:local_auth_windows/local_auth_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:local_auth_wall/local_auth_wall.dart
that imports:package:local_auth_wall/src/auth_wall_overlay_controller.dart
that imports:package:local_auth_wall/src/auth_wall_notifier.dart
that imports:package:local_auth/local_auth.dart
that imports:package:local_auth/src/local_auth.dart
that imports:package:local_auth_windows/local_auth_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:local_auth_wall/local_auth_wall.dart
that imports:package:local_auth_wall/src/auth_wall_overlay_controller.dart
that imports:package:local_auth_wall/src/auth_wall_notifier.dart
that imports:package:local_auth/local_auth.dart
that imports:package:local_auth/src/local_auth.dart
that imports:package:local_auth_darwin/local_auth_darwin.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `macOS`.
Because:
package:local_auth_wall/local_auth_wall.dart
that imports:package:local_auth_wall/src/auth_wall_overlay_controller.dart
that imports:package:local_auth_wall/src/auth_wall_notifier.dart
that imports:package:local_auth/local_auth.dart
that imports:package:local_auth/src/local_auth.dart
that imports:package:local_auth_windows/local_auth_windows.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:local_auth_wall/local_auth_wall.dart
that imports:package:local_auth_wall/src/auth_wall_overlay_controller.dart
that imports:package:local_auth_wall/src/auth_wall_notifier.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The argument type 'Map
lib/src/auth_wall_notifier.dart:311:25
╷
311 │ _instanceMap.remove(values);
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/auth_wall_notifier.dart
10/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 |
local_auth |
^2.1.2 |
2.3.0 | 2.3.0 |
path |
^1.8.2 |
1.9.0 | 1.9.0 |
path_provider |
^2.0.11 |
2.1.4 | 2.1.4 |
provider |
^6.0.4 |
6.1.2 | 6.1.2 |
shared_preferences |
^2.0.15 |
2.3.2 | 2.3.2 |
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.12
, Flutter 3.24.3
, Dart 3.5.3
.
Check the analysis log for details.