tiki_idp 0.1.0 tiki_idp: ^0.1.0 copied to clipboard
Identity provider library for TIKI
We analyzed this package 12 days ago, and awarded it 45 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/tiki/tiki-idp/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
Documentation URL doesn't exist.
At the time of the analysis https://mytiki.com/docs
was unreachable. Make sure that the website is reachable via HEAD
requests.
0/5 points: Provide a valid README.md
No `README.md` found.
The README.md
file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.
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 33 API elements (12.1 %) 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: tiki_idp
, tiki_idp.JWT
, tiki_idp.JWT.JWT
, tiki_idp.JWT.accessToken
, tiki_idp.JWT.expires
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:tiki_idp/tiki_idp.dart
that imports:package:tiki_idp/registry/registry_service.dart
that imports:package:tiki_idp/registry/registry_repository.dart
that imports:dart:io
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'JWT.dart'.
lib/auth/auth_service.dart:6:8
╷
6 │ import 'JWT.dart';
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/auth/auth_service.dart
ERROR: Undefined class 'JWT'.
lib/auth/auth_service.dart:16:3
╷
16 │ JWT? cached;
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/auth/auth_service.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
http |
^1.0.0 |
1.2.2 | 1.2.2 |
pointycastle |
^3.7.3 |
3.9.1 | 3.9.1 |
sqlite3 |
^1.11.2 |
1.11.2 | 2.5.0 |
uuid |
^3.0.7 |
3.0.7 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
collection |
- | 1.19.1 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
crypto |
- | 3.0.6 | 3.0.6 |
ffi |
- | 2.1.3 | 2.1.3 |
http_parser |
- | 4.1.1 | 4.1.1 |
js |
- | 0.6.7 | 0.7.1 |
meta |
- | 1.16.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
source_span |
- | 1.10.1 | 1.10.1 |
string_scanner |
- | 1.4.1 | 1.4.1 |
term_glyph |
- | 1.2.2 | 1.2.2 |
typed_data |
- | 1.4.0 | 1.4.0 |
web |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.11.2` on sqlite3 does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions sqlite3
to update the constraint.
The constraint `^3.0.7` on uuid does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions uuid
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 7 errors:
URI_DOES_NOT_EXIST
-lib/auth/auth_service.dart:6:8
- Target of URI doesn't exist: 'JWT.dart'.UNDEFINED_CLASS
-lib/auth/auth_service.dart:16:3
- Undefined class 'JWT'.NON_TYPE_AS_TYPE_ARGUMENT
-lib/auth/auth_service.dart:23:10
- The name 'JWT' isn't a type, so it can't be used as a type argument.
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.22.17
, Dart 3.6.0
.
Check the analysis log for details.