smart_auth_unified 0.0.1
smart_auth_unified: ^0.0.1 copied to clipboard
Unified authentication library for Flutter/Dart supporting multiple providers with a single API. (smart_auth_unified unified)
We analyzed this package 12 hours ago, and awarded it 110 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
42 out of 189 API elements (22.2 %) have documentation comments.
Some symbols that are missing documentation: smart_auth_unified
, smart_auth_unified.AppleAuthProvider
, smart_auth_unified.AppleAuthProvider.AppleAuthProvider.new
, smart_auth_unified.AppleAuthProvider.id
, smart_auth_unified.AuthProviderPlugin
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:smart_auth_unified/smart_auth_unified.dart
that imports:package:smart_auth_unified/src/smart_auth_unified_client.dart
that imports:package:smart_auth_unified/src/biometrics/biometric_service.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 `Linux`.
Because:
package:smart_auth_unified/smart_auth_unified.dart
that imports:package:smart_auth_unified/src/smart_auth_unified_client.dart
that imports:package:smart_auth_unified/src/biometrics/biometric_service.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:smart_auth_unified/smart_auth_unified.dart
that imports:package:smart_auth_unified/src/smart_auth_unified_client.dart
that imports:package:smart_auth_unified/src/biometrics/biometric_service.dart
that imports:package:local_auth/local_auth.dart
that 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:smart_auth_unified/smart_auth_unified.dart
that imports:package:smart_auth_unified/src/smart_auth_unified_client.dart
that imports:package:smart_auth_unified/src/biometrics/biometric_service.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:smart_auth_unified/smart_auth_unified.dart
that imports:package:smart_auth_unified/src/smart_auth_unified_client.dart
that imports:package:smart_auth_unified/src/biometrics/biometric_service.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 `macOS`.
Because:
package:smart_auth_unified/smart_auth_unified.dart
that imports:package:smart_auth_unified/src/smart_auth_unified_client.dart
that imports:package:smart_auth_unified/src/biometrics/biometric_service.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
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: The class 'GoogleSignIn' doesn't have an unnamed constructor.
lib/src/providers/google_provider.dart:10:27
╷
10 │ googleSignIn ?? GoogleSignIn(scopes: const ['email', 'profile']);
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/providers/google_provider.dart
ERROR: The method 'signIn' isn't defined for the type 'GoogleSignIn'.
lib/src/providers/google_provider.dart:17:41
╷
17 │ final account = await _googleSignIn.signIn();
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/providers/google_provider.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
firebase_auth |
>=5.3.2 <7.0.0 |
6.1.0 | 6.1.0 | |
firebase_core |
>=3.6.0 <5.0.0 |
4.1.1 | 4.1.1 | |
flutter_appauth |
>=6.0.4 <10.0.0 |
9.0.1 | 10.0.0 | |
flutter_facebook_auth |
^7.0.1 |
7.1.2 | 7.1.2 | |
flutter_secure_storage |
^9.0.0 |
9.2.4 | 9.2.4 | |
flutter_web_auth_2 |
^4.0.0 |
4.1.0 | 4.1.0 | |
google_sign_in |
>=6.2.1 <8.0.0 |
7.2.0 | 7.2.0 | |
http |
^1.2.2 |
1.5.0 | 1.5.0 | |
local_auth |
^2.1.8 |
2.3.0 | 2.3.0 | |
meta |
^1.12.0 |
1.16.0 | 1.17.0 | |
sign_in_with_apple |
>=6.1.0 <8.0.0 |
7.0.1 | 7.0.1 | |
supabase_flutter |
^2.6.0 |
2.10.2 | 2.10.2 | |
twitter_login |
^4.4.2 |
4.4.2 | 4.4.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `>=6.0.4 <10.0.0` on flutter_appauth does not support the stable version `10.0.0`, that was published 19 days ago.
When flutter_appauth is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_appauth
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.