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 3 days 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.dartthat imports:package:uids_io_sdk_flutter/gmail_sso.dartthat imports:package:google_sign_in/google_sign_in.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:uids_io_sdk_flutter/uids_io_sdk_flutter.dartthat imports:package:uids_io_sdk_flutter/gmail_sso.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat 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.dartthat imports:package:uids_io_sdk_flutter/gmail_sso.dartthat imports:package:flutter_secure_storage/flutter_secure_storage.dartthat imports:package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: The variable name 'otp_at' isn't a lowerCamelCase identifier.
lib/auth_view.dart:205:17
╷
205 │ String? otp_at = await secureStorage.read(key: "opt_access_token");
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/auth_view.dart
INFO: The variable name 'AuthUrl' isn't a lowerCamelCase identifier.
lib/configuration.dart:2:17
╷
2 │ static String AuthUrl = 'http://localhost:3333';
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/configuration.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.3.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 | 10.0.0 | |
go_router |
^14.6.3 |
14.8.1 | 17.0.1 | |
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 4 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 `^9.2.4` on flutter_secure_storage does not support the stable version `10.0.0`, that was published 28 days ago.
When flutter_secure_storage is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_secure_storage 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.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.