linkedin_openid_login 2.3.3 copy "linkedin_openid_login: ^2.3.3" to clipboard
linkedin_openid_login: ^2.3.3 copied to clipboard

PlatformiOSmacOS

Library for Sign In with LinkedIn using OpenID Connect. This library helps you to implement authorization with LinkedIn OAuth API's.

145/ 160
pub points
13
downloads

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

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/jafseel/linkedin_openid_login was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/jafseel/linkedin_openid_login was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("2.3.3").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

31 out of 124 API elements (25.0 %) have documentation comments.

Some symbols that are missing documentation: linkedin_openid_login, linkedin_openid_login.AuthorizationCodeResponse.AuthorizationCodeResponse.new, linkedin_openid_login.AuthorizationCodeResponse.accessToken, linkedin_openid_login.AuthorizationCodeResponse.code, linkedin_openid_login.AuthorizationCodeResponse.state.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ iOS

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:linkedin_openid_login/linkedin_openid_login.dart that imports:
  • package:linkedin_openid_login/src/server/linked_in_auth_code_widget.dart that imports:
  • package:linkedin_openid_login/src/webview/linked_in_web_view_handler.dart that imports:
  • package:linkedin_openid_login/src/utils/startup/injector.dart that imports:
  • package:linkedin_openid_login/src/utils/startup/graph.dart that imports:
  • package:linkedin_openid_login/src/webview/controller_builder.dart that imports:
  • package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Windows`.

Because:

  • package:linkedin_openid_login/linkedin_openid_login.dart that imports:
  • package:linkedin_openid_login/src/server/linked_in_auth_code_widget.dart that imports:
  • package:linkedin_openid_login/src/webview/linked_in_web_view_handler.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:linkedin_openid_login/linkedin_openid_login.dart that imports:
  • package:linkedin_openid_login/src/server/linked_in_auth_code_widget.dart that imports:
  • package:linkedin_openid_login/src/webview/linked_in_web_view_handler.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Web`.

Because:

  • package:linkedin_openid_login/linkedin_openid_login.dart that imports:
  • package:linkedin_openid_login/src/server/linked_in_auth_code_widget.dart that imports:
  • package:linkedin_openid_login/src/webview/linked_in_web_view_handler.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, macOS.
Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
http ^1.1.0 1.6.0 1.6.0
meta ^1.9.1 1.17.0 1.18.1
rxdart ^0.27.7 0.27.7 0.28.0
uuid ^3.0.7 3.0.7 4.5.2
webview_flutter ^4.2.2 4.9.0 4.13.1
webview_flutter_android ^3.9.2 3.16.9 4.10.11
webview_flutter_wkwebview ^3.7.2 3.23.5 3.23.5
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
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.2.0 2.2.0
web - 1.1.1 1.1.1
webview_flutter_platform_interface - 2.14.0 2.14.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^0.27.7` on rxdart does not support the stable version `0.28.0`.

Try running dart pub upgrade --major-versions rxdart to update the constraint.

The constraint `^3.0.7` on uuid does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions uuid to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.8, Flutter 3.38.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
145
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Library for Sign In with LinkedIn using OpenID Connect. This library helps you to implement authorization with LinkedIn OAuth API's.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, meta, rxdart, uuid, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on linkedin_openid_login