senior_platform_authentication_ui 12.0.1
senior_platform_authentication_ui: ^12.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 19 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
344 out of 1103 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.dart
that imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/domain/usecases/biometric_can_check_usecase.dart
that imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/data/repositories/biometric_repository.dart
that imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/data/datasources/biometric_datasource.dart
that imports:package:local_auth_android/local_auth_android.dart
that declares support for platforms:Android
.
Package does not support platform `Windows`.
Because:
package:senior_platform_authentication_ui/senior_platform_authentication_ui.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/key_authentication_screen.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/key_authentication_content.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/secret_form.dart
that imports:package:senior_design_system/senior_design_system.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:senior_platform_authentication_ui/senior_platform_authentication_ui.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/key_authentication_screen.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/key_authentication_content.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/secret_form.dart
that imports:package:senior_design_system/senior_design_system.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:senior_platform_authentication_ui/senior_platform_authentication_ui.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/key_authentication_screen.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/key_authentication_content.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/secret_form.dart
that imports:package:senior_design_system/senior_design_system.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:senior_platform_authentication_ui/senior_platform_authentication_ui.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/key_authentication_screen.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/key_authentication_content.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/secret_form.dart
that imports:package:senior_design_system/senior_design_system.dart
that 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.dart
that imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/domain/usecases/biometric_can_check_usecase.dart
that imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/data/repositories/biometric_repository.dart
that imports:package:senior_platform_authentication_ui/src/core/utils/biometric_auth/data/datasources/biometric_datasource.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:senior_platform_authentication_ui/senior_platform_authentication_ui.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/key_authentication_screen.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/key_authentication_content.dart
that imports:package:senior_platform_authentication_ui/src/presentation/key_authentication/widgets/secret_form.dart
that imports:package:senior_design_system/senior_design_system.dart
that imports:package:senior_design_system/theme/themes/themes.dart
that imports:package:senior_design_system/theme/themes/dark_theme.dart
that imports:package:senior_design_system/theme/senior_theme_data.dart
that imports:package:senior_design_system/components/senior_text_field/senior_text_field.dart
that imports:package:senior_design_system/components/senior_text_field/components/components.dart
that imports:package:senior_design_system/components/senior_text_field/components/senior_text_field_password_widget.dart
that imports:package:senior_design_system/components/senior_text_field/components/senior_text_field_widget.dart
that imports:package:senior_design_system/components/components.dart
that imports:package:senior_design_system/components/senior_signature/senior_signature.dart
that imports:package:senior_design_system/components/senior_signature/models/signature.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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 42 issues. Showing the first 2:
INFO: 'dialogBackgroundColor' is deprecated and shouldn't be used. Use DialogThemeData.backgroundColor instead. This feature was deprecated after v3.27.0-0.1.pre.
lib/src/core/themes/dark_theme.dart:24:5
╷
24 │ dialogBackgroundColor: SeniorColors.grayscale90,
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/themes/dark_theme.dart
INFO: 'dialogBackgroundColor' is deprecated and shouldn't be used. Use DialogThemeData.backgroundColor instead. This feature was deprecated after v3.27.0-0.1.pre.
lib/src/core/themes/light_theme.dart:24:5
╷
24 │ dialogBackgroundColor: SeniorColors.grayscale0,
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/themes/light_theme.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.5 |
2.0.7 | 2.0.7 | |
flutter_bloc |
^8.1.3 |
8.1.6 | 9.1.1 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
flutter_secure_storage |
^9.2.4 |
9.2.4 | 9.2.4 | |
flutter_svg |
^2.0.7 |
2.2.1 | 2.2.1 | |
font_awesome_flutter |
^10.8.0 |
10.10.0 | 10.10.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
local_auth |
^2.3.0 |
2.3.0 | 2.3.0 | |
local_auth_android |
^1.0.37 |
1.0.53 | 1.0.53 | |
provider |
^6.1.1 |
6.1.5+1 | 6.1.5+1 | |
senior_design_system |
^11.0.1 |
11.0.1 | 11.0.1 | |
senior_design_tokens |
^4.0.0 |
4.0.0 | 4.0.0 | |
senior_platform_authentication |
^9.0.0 |
9.0.0 | 9.0.0 | |
url_launcher |
^6.2.3 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.13.0 |
4.13.0 | 4.13.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^8.1.3` on flutter_bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.