social_sign_in 0.0.6 copy "social_sign_in: ^0.0.6" to clipboard
social_sign_in: ^0.0.6 copied to clipboard

A Flutter plugin that helps to sign in with Facebook, Google, Microsoft and Apple.

4
likes
110/ 140
pub points
57%
popularity

We analyzed this package 1 hour ago, and awarded it 110 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

43 out of 54 API elements (79.6 %) have documentation comments.

Some symbols that are missing documentation: social_sign_in, social_sign_in.AppleSignInConfig.clientSecret, social_sign_in.AppleSignInConfig.site, social_sign_in.FacebookSignInConfig.clientSecret, social_sign_in.FacebookSignInConfig.site.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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/src/social_sign_in_mobile.dart that imports:
  • package:social_sign_in/src/interface/social_sign_in_platform_interface.dart that imports:
  • package:social_sign_in/src/social_sign_in.dart that imports:
  • package:social_sign_in/src/social_sign_in_desktop.dart that imports:
  • package:social_sign_in/src/site/apple/apple_sign_in_windows.dart that imports:
  • package:social_sign_in/src/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/src/social_sign_in_mobile.dart that imports:
  • package:social_sign_in/src/interface/social_sign_in_platform_interface.dart that imports:
  • package:social_sign_in/src/social_sign_in.dart that imports:
  • package:social_sign_in/src/social_sign_in_desktop.dart that imports:
  • package:social_sign_in/src/site/apple/apple_sign_in_windows.dart that imports:
  • package:social_sign_in/src/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/src/social_sign_in_mobile.dart that imports:
  • package:social_sign_in/src/interface/social_sign_in_platform_interface.dart that imports:
  • package:social_sign_in/src/social_sign_in.dart that imports:
  • package:social_sign_in/src/site/microsoft/microsoft_sign_in.dart that imports:
  • package:social_sign_in/src/webView/social_sign_in_page_mobile.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:social_sign_in/social_sign_in.dart that imports:
  • package:social_sign_in/src/social_sign_in_mobile.dart that imports:
  • package:social_sign_in/src/interface/social_sign_in_platform_interface.dart that imports:
  • package:social_sign_in/src/social_sign_in.dart that imports:
  • package:social_sign_in/src/site/microsoft/microsoft_sign_in.dart that imports:
  • package:social_sign_in/src/webView/social_sign_in_page_mobile.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS.
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: Statements in an if should be enclosed in a block.

lib/src/interface/social_sign_in_platform_interface.dart:58:9

   ╷
58 │         return SocialSignInFail(errorMessage: "Uninitialized site");
   │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/interface/social_sign_in_platform_interface.dart

INFO: Statements in an if should be enclosed in a block.

lib/src/social_sign_in_desktop.dart:70:9

   ╷
70 │         return SocialSignInFail(errorMessage: "Uninitialized site");
   │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/social_sign_in_desktop.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
crypto ^3.0.3 3.0.3 3.0.3
desktop_webview_window ^0.2.3 0.2.3 0.2.3
flutter flutter 0.0.0 0.0.0
http >=0.13.5 <2.0.0 1.2.1 1.2.1
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
sign_in_with_apple ^5.0.0 5.0.0 6.1.0
webview_flutter ^4.4.0 4.7.0 4.7.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.0.2
js - 0.6.7 0.7.1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
sign_in_with_apple_platform_interface - 1.1.0 1.1.0
sign_in_with_apple_web - 1.0.1 2.1.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
webview_flutter_android - 3.16.1 3.16.1
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.13.0 3.13.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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

4
likes
110
pub points
57%
popularity

Publisher

verified publisheracer.com

A Flutter plugin that helps to sign in with Facebook, Google, Microsoft and Apple.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

crypto, desktop_webview_window, flutter, http, plugin_platform_interface, sign_in_with_apple, webview_flutter

More

Packages that depend on social_sign_in