tiki_idp 0.1.0 copy "tiki_idp: ^0.1.0" to clipboard
tiki_idp: ^0.1.0 copied to clipboard

outdated

Identity provider library for TIKI

40/ 160
pub points
8
downloads

We analyzed this package 18 hours ago, and awarded it 40 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
10 / 30trigger folding of the section

Failed check 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 50 to 180 characters to describe the package, what it does, and its target use case.

Failed check 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.

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.1.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 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.new, tiki_idp.JWT.accessToken, tiki_idp.JWT.expires.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
http ^1.0.0 1.6.0 1.6.0
pointycastle ^3.7.3 3.9.1 4.0.0
sqlite3 ^1.11.2 1.11.2 3.1.3
uuid ^3.0.7 3.0.7 4.5.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
ffi - 2.1.5 2.1.5
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
meta - 1.18.0 1.18.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.1 1.1.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^3.7.3` on pointycastle does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions pointycastle to update the constraint.

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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.23.5, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
40
points
8
downloads

Publisher

verified publishermytiki.com

Weekly Downloads

Identity provider library for TIKI

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

http, pointycastle, sqlite3, uuid

More

Packages that depend on tiki_idp