senior_platform_authentication_ui 14.0.6
senior_platform_authentication_ui: ^14.0.6 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 in the last hour, 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
357 out of 1135 API elements (31.5 %) 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:70:13
╷
70 │ 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.1.0 | 2.1.0 | |
firebase_core |
^3.0.0 |
3.15.2 | 4.14.0 | |
firebase_crashlytics |
^4.0.0 |
4.3.10 | 5.3.0 | |
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.3.1 | 11.0.0 | |
flutter_svg |
^2.0.7 |
2.3.0 | 2.3.0 | |
font_awesome_flutter |
^10.8.0 |
10.12.0 | 11.0.0 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
local_auth |
^2.3.0 |
2.3.0 | 3.0.2 | |
local_auth_android |
^1.0.37 |
1.0.56 | 2.0.10 | |
provider |
^6.1.1 |
6.1.5+1 | 6.1.5+1 | |
senior_design_system |
^12.0.2 |
12.0.4 | 13.0.1 | |
senior_design_tokens |
^5.0.0 |
5.0.0 | 6.0.0 | |
senior_platform_authentication |
^9.0.6 |
9.1.0 | 9.1.0 | |
url_launcher |
^6.2.3 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.13.1 |
4.14.1 | 4.14.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^3.0.0` on firebase_core does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions firebase_core to update the constraint.
The constraint `^4.0.0` on firebase_crashlytics does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions firebase_crashlytics 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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.