third_party_login 1.0.14
third_party_login: ^1.0.14 copied to clipboard
Third Party Login is simple way to sign-in with different types of third party login systems.
We analyzed this package 4 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
292 out of 353 API elements (82.7 %) have documentation comments.
Some symbols that are missing documentation: enum
, enum.AuthType
, third_party_login
, third_party_login.ActionCodeInfo.ActionCodeInfo.new
, third_party_login.ActionCodeInfo.data
.
10/10 points: Package has an example
20/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:third_party_login/third_party_login.dart
that imports:package:third_party_login/third_party_login_with_google_signin.dart
that imports:package:google_sign_in/google_sign_in.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:third_party_login/third_party_login.dart
that imports:package:third_party_login/third_party_login_with_google_signin.dart
that imports:package:google_sign_in/google_sign_in.dart
that declares support for platforms:Android
,iOS
,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:third_party_login/third_party_login.dart
that imports:package:third_party_login/third_party_login_with_google_signin.dart
that imports:package:firebase_auth/firebase_auth.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:third_party_login/third_party_login.dart
that imports:package:third_party_login/third_party_login_with_google_signin.dart
that imports:package:firebase_auth/firebase_auth.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 6 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/third_party_login_method.dart:1:1
╷
1 │ part of third_party_login;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/third_party_login_method.dart
INFO: Missing type annotation.
lib/third_party_login_with_facebook_signin.dart:13:8
╷
13 │ [linkWithCredential = false]) async {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/third_party_login_with_facebook_signin.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
crypto |
^3.0.3 |
3.0.6 | 3.0.6 | |
firebase_auth |
^4.15.3 |
4.16.0 | 6.1.0 | |
firebase_core |
^2.24.2 |
2.32.0 | 4.1.1 | |
flutter_facebook_auth |
^6.0.3 |
6.2.0 | 7.1.2 | |
google_sign_in |
^6.2.1 |
6.3.0 | 7.2.0 | |
sign_in_with_apple |
^5.0.0 |
5.0.0 | 7.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^4.15.3` on firebase_auth does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions firebase_auth
to update the constraint.
The constraint `^2.24.2` on firebase_core does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions firebase_core
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.