nexever_social_auth_plus 0.0.1
nexever_social_auth_plus: ^0.0.1 copied to clipboard
A Flutter plugin for integrating social login functionalities into your app.
We analyzed this package 40 hours ago, and awarded it 120 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
333 out of 423 API elements (78.7 %) 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
10/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:nexever_social_auth_plus/social_login_functions/functions/apple_login.dartthat imports:package:sign_in_with_apple/sign_in_with_apple.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:nexever_social_auth_plus/nexever_social_auth.dartthat imports:package:nexever_social_auth_plus/social_login_functions/state/login_states.dartthat imports:package:firebase_auth/firebase_auth.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:nexever_social_auth_plus/social_login_functions/functions/apple_login.dartthat imports:package:sign_in_with_apple/sign_in_with_apple.dartthat imports:package:sign_in_with_apple/src/sign_in_with_apple.dartthat imports:package:sign_in_with_apple_platform_interface/sign_in_with_apple_platform_interface.dartthat imports:package:sign_in_with_apple_platform_interface/method_channel_sign_in_with_apple.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:nexever_social_auth_plus/social_login_functions/functions/apple_login.dartthat imports:package:sign_in_with_apple/sign_in_with_apple.dartthat imports:package:sign_in_with_apple/src/sign_in_with_apple.dartthat imports:package:sign_in_with_apple_platform_interface/sign_in_with_apple_platform_interface.dartthat imports:package:sign_in_with_apple_platform_interface/method_channel_sign_in_with_apple.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 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 '!' will have no effect because the receiver can't be null.
lib/social_login_functions/functions/google_login.dart:56:63
╷
56 │ GoogleSignInAuthentication googleAuth = await googleUser!.authentication;
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/social_login_functions/functions/google_login.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.9 | 1.0.9 | |
firebase_auth |
^6.0.0 |
6.5.4 | 6.5.4 | |
flutter_facebook_auth |
^7.1.2 |
7.1.7 | 7.1.7 | |
google_sign_in |
^7.1.1 |
7.2.0 | 7.2.0 | |
http |
^1.5.0 |
1.6.0 | 1.6.0 | |
sign_in_with_apple |
^7.0.1 |
7.0.1 | 8.1.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^7.0.1` on sign_in_with_apple does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions sign_in_with_apple 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.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.