zeba_academy_secure_auth 0.0.1
zeba_academy_secure_auth: ^0.0.1 copied to clipboard
A secure Flutter authentication package with local PIN/Pattern, biometrics, offline login, session management, and root/jailbreak detection.
We analyzed this package 6 hours ago, and awarded it 150 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: GPL-3.0.
10/10 points: 20% or more of the public API has dartdoc comments
7 out of 11 API elements (63.6 %) have documentation comments.
Some symbols that are missing documentation: zeba_academy_secure_auth, zeba_academy_secure_auth.SecureAuthService, zeba_academy_secure_auth.SecureAuthService.SecureAuthService.new, zeba_academy_secure_auth.SecureAuthService.isSessionActive.
10/10 points: Package has an example and has no issues with screenshots
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:zeba_academy_secure_auth/zeba_academy_secure_auth.dartthat imports:package:zeba_academy_secure_auth/src/auth_service.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:zeba_academy_secure_auth/zeba_academy_secure_auth.dartthat imports:package:zeba_academy_secure_auth/src/auth_service.dartthat imports:package:local_auth/local_auth.dartthat declares support for platforms:Android,iOS,Windows,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:zeba_academy_secure_auth/zeba_academy_secure_auth.dartthat imports:package:zeba_academy_secure_auth/src/auth_service.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:zeba_academy_secure_auth/zeba_academy_secure_auth.dartthat imports:package:zeba_academy_secure_auth/src/auth_service.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:zeba_academy_secure_auth/zeba_academy_secure_auth.dartthat imports:package:zeba_academy_secure_auth/src/auth_service.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_darwin/local_auth_darwin.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `macOS`.
Because:
package:zeba_academy_secure_auth/zeba_academy_secure_auth.dartthat imports:package:zeba_academy_secure_auth/src/auth_service.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
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 | Notes |
|---|---|---|---|---|
crypto |
^3.0.2 |
3.0.7 | 3.0.7 | |
device_info_plus |
^12.3.0 |
12.4.0 | 13.0.0 | |
flutter_secure_storage |
^8.0.0 |
8.1.0 | 10.0.0 | |
local_auth |
^2.2.0 |
2.3.0 | 3.0.1 | |
shared_preferences |
^2.1.1 |
2.5.5 | 2.5.5 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^12.3.0` on device_info_plus does not support the stable version `13.0.0`, that was published 2 days ago.
When device_info_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^8.0.0` on flutter_secure_storage does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_secure_storage 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.23.12, Flutter 3.41.6, Dart 3.11.4.
Check the analysis log for details.
