interactivesso_exchangeandsettings 0.0.1
interactivesso_exchangeandsettings: ^0.0.1 copied to clipboard
Library defining exchange formats and shared settings in InteractiveSSO
We analyzed this package 30 hours ago, and awarded it 50 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
4 out of 237 API elements (1.7 %) 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: interactivesso_exchangeandsettings, interactivesso_exchangeandsettings.APPSystemSetting, interactivesso_exchangeandsettings.APPSystemSetting.APPSystemSetting.new, interactivesso_exchangeandsettings.APPSystemSetting.checkOAuthRefreshTokenLocal, interactivesso_exchangeandsettings.APPSystemSetting.isAppGroupMutable.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 234 issues. Showing the first 2:
ERROR: Target of URI hasn't been generated: 'package:interactivesso_exchangeandsettings/src/exchangemethods/Application/OwnerOnlyOperations/edit_app_info.g.dart'.
lib/src/exchangemethods/Application/OwnerOnlyOperations/edit_app_info.dart:10:6
╷
10 │ part 'edit_app_info.g.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/exchangemethods/Application/OwnerOnlyOperations/edit_app_info.dart
ERROR: The method '_$EditAppInfoRequestFromJson' isn't defined for the type 'EditAppInfoRequest'.
lib/src/exchangemethods/Application/OwnerOnlyOperations/edit_app_info.dart:52:68
╷
52 │ factory EditAppInfoRequest.fromJson(Map<String,dynamic> json) => _$EditAppInfoRequestFromJson(json);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/exchangemethods/Application/OwnerOnlyOperations/edit_app_info.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
^1.2.0 |
1.4.1 | 1.4.1 | |
interactiveplus_exchangeformat |
^0.0.5 |
0.0.6 | 0.1.0 | |
interactiveplus_shared_dart |
^0.0.12 |
0.0.12 | 0.0.12 | |
interactivesso_datatypes |
^0.0.11 |
0.0.11 | 0.0.11 | |
json_annotation |
^4.4.0 |
4.12.0 | 4.12.0 | |
phone_numbers_parser |
^4.2.0 |
4.2.1 | 9.0.26 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
country_code |
- | 1.1.0 | 1.1.0 | |
crypto |
- | 3.0.7 | 3.0.7 | |
equatable |
- | 2.1.0 | 3.0.0 | |
hex |
- | 0.2.0 | 0.2.0 | |
http |
- | 0.13.6 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.17.0 | 0.20.3 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
phone_number_metadata |
- | 4.0.2 | 5.0.5 | Discontinued |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.0.5` on interactiveplus_exchangeformat does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions interactiveplus_exchangeformat to update the constraint.
The constraint `^4.2.0` on phone_numbers_parser does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions phone_numbers_parser to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 165 errors:
URI_HAS_NOT_BEEN_GENERATED-lib/src/exchangemethods/Application/OwnerOnlyOperations/edit_app_info.dart:10:6- Target of URI hasn't been generated: 'package:interactivesso_exchangeandsettings/src/exchangemethods/Application/OwnerOnlyOperations/edit_app_info.g.dart'.UNDEFINED_METHOD-lib/src/exchangemethods/Application/OwnerOnlyOperations/edit_app_info.dart:52:68- The method '_$EditAppInfoRequestFromJson' isn't defined for the type 'EditAppInfoRequest'.UNDEFINED_METHOD-lib/src/exchangemethods/Application/OwnerOnlyOperations/edit_app_info.dart:53:35- The method '_$EditAppInfoRequestToJson' isn't defined for the type 'EditAppInfoRequest'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Dart 3.13.1.
Check the analysis log for details.