senior_platform_authentication_ui 13.0.1
senior_platform_authentication_ui: ^13.0.1 copied to clipboard
A package that make it easy to implement the Senior X authentication for Flutter. Built to be used with the bloc state management package.
We analyzed this package 22 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://senior.com.br was unreachable. Make sure that the website is reachable via HEAD requests.
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.
10/10 points: 20% or more of the public API has dartdoc comments
345 out of 1105 API elements (31.2 %) have documentation comments.
Some symbols that are missing documentation: senior_platform_authentication_ui, senior_platform_authentication_ui.AppLocalizations.AppLocalizations.new, senior_platform_authentication_ui.AppLocalizations.delegate, senior_platform_authentication_ui.AppLocalizations.localeName, senior_platform_authentication_ui.AppLocalizations.of.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:senior_platform_authentication_ui/senior_platform_authentication_ui.dartthat imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/domain/usecases/biometric_can_check_usecase.dartthat imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/data/repositories/biometric_repository.dartthat imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/data/datasources/biometric_datasource.dartthat imports:package:local_auth_android/local_auth_android.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:senior_platform_authentication_ui/senior_platform_authentication_ui.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/key_authentication_screen.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/key_authentication_content.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/secret_form.dartthat imports:package:senior_design_system/senior_design_system.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:senior_platform_authentication_ui/senior_platform_authentication_ui.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/key_authentication_screen.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/key_authentication_content.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/secret_form.dartthat imports:package:senior_design_system/senior_design_system.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:senior_platform_authentication_ui/senior_platform_authentication_ui.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/key_authentication_screen.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/key_authentication_content.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/secret_form.dartthat imports:package:senior_design_system/senior_design_system.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:senior_platform_authentication_ui/senior_platform_authentication_ui.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/key_authentication_screen.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/key_authentication_content.dartthat imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/secret_form.dartthat imports:package:senior_design_system/senior_design_system.dartthat declares support for platforms:Android,iOS.
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:senior_platform_authentication_ui/senior_platform_authentication_ui.dartthat imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/domain/usecases/biometric_can_check_usecase.dartthat imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/data/repositories/biometric_repository.dartthat imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/data/datasources/biometric_datasource.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 23 issues. Showing the first 2:
INFO: 'encryptedSharedPreferences' is deprecated and shouldn't be used. EncryptedSharedPreferences is deprecated and will be removed in v11. The Jetpack Security library is deprecated by Google. Your data will be automatically migrated to custom ciphers on first access. Remove this parameter - it will be ignored.
lib/src/core/authentication/data/datasources/secure_storage_local_datasource.dart:63:13
╷
63 │ encryptedSharedPreferences: true,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/authentication/data/datasources/secure_storage_local_datasource.dart
INFO: Missing type annotation.
lib/src/core/widgets/base_authentication_screen.dart:43:3
╷
43 │ _setThemeRepository(ThemeOption themeOption) {
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/widgets/base_authentication_screen.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
equatable |
^2.0.8 |
2.0.8 | 2.0.8 | |
flutter_bloc |
^9.1.1 |
9.1.1 | 9.1.1 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
flutter_secure_storage |
^10.0.0 |
10.0.0 | 10.0.0 | |
flutter_svg |
^2.0.7 |
2.2.3 | 2.2.3 | |
font_awesome_flutter |
^10.8.0 |
10.12.0 | 10.12.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
local_auth |
^2.3.0 |
2.3.0 | 3.0.0 | |
local_auth_android |
^1.0.37 |
1.0.56 | 2.0.4 | |
provider |
^6.1.1 |
6.1.5+1 | 6.1.5+1 | |
senior_design_system |
^11.0.4 |
11.0.5 | 11.0.5 | |
senior_design_tokens |
^4.0.0 |
4.0.0 | 4.0.0 | |
senior_platform_authentication |
^9.0.3 |
9.0.3 | 9.0.3 | |
url_launcher |
^6.2.3 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.13.1 |
4.13.1 | 4.13.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.3.0` on local_auth does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions local_auth to update the constraint.
The constraint `^1.0.37` on local_auth_android does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions local_auth_android 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.9, Flutter 3.38.9, Dart 3.10.8.
Check the analysis log for details.