social_sign_in 0.0.5
social_sign_in: ^0.0.5 copied to clipboard
A Flutter project that use webview to obtain an access token from a social provider.
We analyzed this package 2 days 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
60 out of 246 API elements (24.4 %) have documentation comments.
Some symbols that are missing documentation: apple_sign_in
, apple_sign_in.AppleSignIn
, apple_sign_in.AppleSignIn.AppleSignIn.new
, apple_sign_in.AppleSignIn.authUrl
, apple_sign_in.AppleSignIn.buildState
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:social_sign_in/social_sign_in.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
.
Package does not support platform `Web`.
Because:
package:social_sign_in/social_sign_in.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:social_sign_in/social_sign_in.dart
that imports:package:social_sign_in/social_sign_in_desktop.dart
that imports:package:social_sign_in/site/apple/apple_sign_in_windows.dart
that imports:package:social_sign_in/webView/social_sign_in_page_desktop.dart
that imports:package:desktop_webview_window/desktop_webview_window.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `iOS`.
Because:
package:social_sign_in/social_sign_in.dart
that imports:package:social_sign_in/social_sign_in_desktop.dart
that imports:package:social_sign_in/site/apple/apple_sign_in_windows.dart
that imports:package:social_sign_in/webView/social_sign_in_page_desktop.dart
that imports:package:desktop_webview_window/desktop_webview_window.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `Windows`.
Because:
package:social_sign_in/social_sign_in.dart
that imports:package:social_sign_in/site/microsoft/microsoft_sign_in.dart
that imports:package:social_sign_in/webView/social_sign_in_page_mobile.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:social_sign_in/social_sign_in.dart
that imports:package:social_sign_in/site/apple/apple_sign_in.dart
that imports:package:sign_in_with_apple/sign_in_with_apple.dart
that imports:package:sign_in_with_apple/src/sign_in_with_apple.dart
that imports:package:sign_in_with_apple_platform_interface/sign_in_with_apple_platform_interface.dart
that imports:package:sign_in_with_apple_platform_interface/method_channel_sign_in_with_apple.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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/social_sign_in_desktop.dart:48:9
╷
48 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/social_sign_in_desktop.dart
WARNING: This default clause is covered by the previous cases.
lib/social_sign_in_mobile.dart:33:9
╷
33 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/social_sign_in_mobile.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 | |
desktop_webview_window |
^0.2.3 |
0.2.3 | 0.2.3 | |
http |
>=0.13.5 <2.0.0 |
1.3.0 | 1.3.0 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
sign_in_with_apple |
^5.0.0 |
5.0.0 | 7.0.1 | |
webview_flutter |
^4.4.0 |
4.11.0 | 4.11.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
path |
- | 1.9.1 | 1.9.1 | |
sign_in_with_apple_platform_interface |
- | 1.1.0 | 2.0.0 | |
sign_in_with_apple_web |
- | 1.0.1 | 3.0.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
web |
- | 1.1.1 | 1.1.1 | |
webview_flutter_android |
- | 4.4.1 | 4.4.1 | |
webview_flutter_platform_interface |
- | 2.11.0 | 2.11.0 | |
webview_flutter_wkwebview |
- | 3.20.0 | 3.20.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^5.0.0` on sign_in_with_apple does not support the stable version `6.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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.