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

A Flutter project that use webview to obtain an access token from a social provider.

4
likes
130/ 160
pub points
55%
popularity

We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):

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

60 out of 238 API elements (25.2 %) have documentation comments.

Some symbols that are missing documentation: apple_sign_in, apple_sign_in.AppleSignIn, apple_sign_in.AppleSignIn.AppleSignIn, apple_sign_in.AppleSignIn.authUrl, apple_sign_in.AppleSignIn.buildState.

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/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.
Package does not support platform `macOS`.

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.
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/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/interface/social_sign_in_platform_interface.dart

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

lib/social_sign_in_desktop.dart:68:9

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

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

failed
Support up-to-date dependencies
30 / 40trigger 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.1
webview_flutter ^4.4.0 4.8.0 4.8.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.19.0
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.1.0
js - 0.6.7 0.7.1
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.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.4 3.16.4
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.13.1 3.13.1

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.6, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

4
likes
130
pub points
55%
popularity

Publisher

verified publisheracer.com

A Flutter project that use webview to obtain an access token from a social provider.

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