oauth2_client 3.3.0
oauth2_client: ^3.3.0 copied to clipboard
Flutter library for interacting with OAuth2 servers, with classes for transparent authorized requests, secure OAuth token storage, automatic token refeshing.
We analyzed this package 2 days ago, and awarded it 140 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
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
45 out of 145 API elements (31.0 %) 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.accessToken
.
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/server.dart
that imports:package:window_to_front/window_to_front.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/server.dart
that imports:package:window_to_front/window_to_front.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/oauth2_client.dart:32:43
╷
32 │ /// Normally you would use something like <customUriScheme>:/oauth for the [redirectUri] field.
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/oauth2_client.dart
INFO: Angle brackets will be interpreted as HTML.
lib/oauth2_client.dart:34:5
╷
34 │ /// <activity android:name="com.linusu.flutter_web_auth_2.CallbackActivity" >
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/oauth2_client.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
crypto |
^3.0.3 |
3.0.6 | 3.0.6 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_secure_storage |
^9.2.2 |
9.2.4 | 9.2.4 |
flutter_web_auth_2 |
^3.1.2 |
3.1.2 | 4.1.0 |
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 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^3.1.2` on flutter_web_auth_2 does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions flutter_web_auth_2
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.18
, Flutter 3.29.0
, Dart 3.7.0
.
Check the analysis log for details.