uids_io_sdk_flutter 0.0.6
uids_io_sdk_flutter: ^0.0.6 copied to clipboard
A Flutter package to integrate Single Sign-On (SSO) for Web, Android, iOS, and Desktop platforms
We analyzed this package 16 hours ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/uids-io/sdk_flutter.git
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/uids-io/sdk_flutter.git
was unreachable. Make sure that the website is reachable via HEAD
requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.6").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
9 out of 129 API elements (7.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: aud_model
, aud_model.AudModel
, aud_model.AudModel.AudModel.fromJson
, aud_model.AudModel.AudModel.new
, aud_model.AudModel.deviceId
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:uids_io_sdk_flutter/uids_io_sdk_flutter.dart
that imports:package:uids_io_sdk_flutter/gmail_sso.dart
that imports:package:google_sign_in/google_sign_in.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:uids_io_sdk_flutter/uids_io_sdk_flutter.dart
that imports:package:uids_io_sdk_flutter/gmail_sso.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package not compatible with platform Web
Because:
package:uids_io_sdk_flutter/uids_io_sdk_flutter.dart
that imports:package:uids_io_sdk_flutter/gmail_sso.dart
that imports:package:flutter_secure_storage/flutter_secure_storage.dart
that imports:package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:uids_io_sdk_flutter/uids_io_sdk_flutter.dart
that imports:package:uids_io_sdk_flutter/gmail_sso.dart
that imports:package:flutter_secure_storage/flutter_secure_storage.dart
that imports:package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 98 issues. Showing the first 2:
INFO: Don't use 'BuildContext's across async gaps.
lib/auth.dart:65:26
╷
65 │ _showQrCodePopup(context, qrCodeDataURL, accessToken);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/auth.dart
INFO: Don't use 'BuildContext's across async gaps.
lib/auth.dart:133:32
╷
133 │ Navigator.of(context).pop();
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/auth.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
device_info_plus |
^11.2.2 |
11.5.0 | 12.2.0 | |
dio |
^5.7.0 |
5.9.0 | 5.9.0 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
flutter_secure_storage |
^9.2.4 |
9.2.4 | 9.2.4 | |
go_router |
^14.6.3 |
14.8.1 | 16.2.5 | |
google_sign_in |
^6.2.2 |
6.3.0 | 7.2.0 | |
jwt_decoder |
^2.0.1 |
2.0.1 | 2.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^11.2.2` on device_info_plus does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^14.6.3` on go_router does not support the stable version `15.0.0`.
Try running dart pub upgrade --major-versions go_router
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.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.