nexever_social_auth 0.0.6
nexever_social_auth: ^0.0.6 copied to clipboard
A Flutter plugin for integrating social login functionalities into your app.
We analyzed this package 9 hours ago, and awarded it 140 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
332 out of 423 API elements (78.5 %) have documentation comments.
Some symbols that are missing documentation: app_logs
, app_logs.AppLogs.AppLogs.new
, apple_login
, apple_login.AppleLogin.AppleLogin.new
, facebook
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:nexever_social_auth/nexever_social_auth.dart
that imports:package:nexever_social_auth/social_login_functions/state/login_states.dart
that imports:package:firebase_auth/firebase_auth.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
WARNING: The exception variable 'e' isn't used, so the 'catch' clause can be removed.
lib/social_login_functions/functions/facebook_login.dart:48:34
╷
48 │ } on TimeoutException catch (e) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/social_login_functions/functions/facebook_login.dart
WARNING: The left operand can't be null, so the right operand is never executed.
lib/social_login_functions/functions/google_login.dart:98:62
╷
98 │ _res.user?.verifyBeforeUpdateEmail(googleUser.email ?? "");
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/social_login_functions/functions/google_login.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 | |
firebase_auth |
^6.0.2 |
6.1.0 | 6.1.0 | |
flutter_facebook_auth |
^7.1.2 |
7.1.2 | 7.1.2 | |
google_sign_in |
^7.2.0 |
7.2.0 | 7.2.0 | |
http |
^1.5.0 |
1.5.0 | 1.5.0 | |
sign_in_with_apple |
^7.0.1 |
7.0.1 | 7.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.