oauth2_client 4.1.0
oauth2_client: ^4.1.0 copied to clipboard
Flutter library for interacting with OAuth2 servers, with classes for transparent authorized requests, secure token storage, automatic token refreshing.
We analyzed this package 2 days ago, and awarded it 160 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/ThexXTURBOXx/oauth2_client/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: BSD-2-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
47 out of 161 API elements (29.2 %) have documentation comments.
Some symbols that are missing documentation: access_token_response
, access_token_response.AccessTokenResponse.AccessTokenResponse.errorResponse
, access_token_response.AccessTokenResponse.AccessTokenResponse.fromHttpResponse
, access_token_response.AccessTokenResponse.AccessTokenResponse.fromMap
, access_token_response.AccessTokenResponse.AccessTokenResponse.new
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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:oauth2_client/oauth2_client.dart
that imports:package:oauth2_client/src/io_web_auth.dart
that imports:package:flutter_web_auth_2/flutter_web_auth_2.dart
that imports:package:flutter_web_auth_2/src/linows.dart
that imports:package:flutter_web_auth_2/src/webview.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:oauth2_client/oauth2_client.dart
that imports:package:oauth2_client/src/io_web_auth.dart
that imports:package:flutter_web_auth_2/flutter_web_auth_2.dart
that imports:package:flutter_web_auth_2/src/linows.dart
that imports:package:flutter_web_auth_2/src/webview.dart
that imports:package:desktop_webview_window/desktop_webview_window.dart
that declares support for platforms:Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/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 | |
flutter_secure_storage |
^10.0.0-beta.4 |
10.0.0-beta.4 | 10.0.0-beta.4 | |
flutter_web_auth_2 |
^5.0.0-alpha.0 |
5.0.0-alpha.1 | 5.0.0-alpha.1 | |
http |
^1.1.0 |
1.3.0 | 1.3.0 | |
meta |
^1.12.0 |
1.16.0 | 1.16.0 | |
random_string |
^2.3.1 |
2.3.1 | 2.3.1 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.