tiki_sdk_dart 0.0.18
tiki_sdk_dart: ^0.0.18 copied to clipboard
The core implementation (pure dart) of TIKI's decentralized infrastructure plus abstractions to simplify the tokenization and application of data ownership, consent, and rewards. For new projects, we [...]
We analyzed this package 4 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Failed to verify repository URL.
Could not find any pubspec.yaml in the repository.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: tiki_sdk_dart, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Documentation URL doesn't exist.
At the time of the analysis https://docs.mytiki.com was unreachable. Make sure that the website is reachable via HEAD requests.
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.
10/10 points: 20% or more of the public API has dartdoc comments
248 out of 341 API elements (72.7 %) have documentation comments.
Some symbols that are missing documentation: backup.BackupModel.path, backup.BackupModel.signature, backup.BackupModel.timestamp, block.BlockService.BlockService.new, block.BlockService.database.
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_sdk_dart/consent/consent_model.dartthat imports:package:tiki_sdk_dart/consent/consent_repository.dartthat imports:package:tiki_sdk_dart/ownership/ownership_repository.dartthat imports:package:tiki_sdk_dart/ownership/ownership_model.dartthat imports:package:tiki_sdk_dart/utils/utils.dartthat imports:package:tiki_sdk_dart/utils/rsa/rsa.dartthat imports:package:tiki_sdk_dart/utils/isolate.dartthat imports:dart:isolate
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 21 issues. Showing the first 2:
INFO: Missing type annotation.
lib/consent/consent_service.dart:24:18
╷
24 │ ConsentService(db, this._nodeService) : _repository = ConsentRepository(db);
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/consent/consent_service.dart
INFO: Dangling library doc comment.
lib/node/backup/backup_model.dart:5:1
╷
5 │ /// {@category Node}
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/node/backup/backup_model.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
html |
^0.15.0 |
0.15.6 | 0.15.6 | |
http |
^0.13.5 |
0.13.6 | 1.6.0 | |
pointycastle |
^3.6.1 |
3.9.1 | 4.0.0 | |
sqlite3 |
^1.7.2 |
1.11.2 | 3.1.3 | |
uuid |
^3.0.6 |
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 | |
csslib |
- | 1.0.2 | 1.0.2 | |
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 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^0.13.5` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http to update the constraint.
The constraint `^3.6.1` on pointycastle does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions pointycastle 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, Dart 3.10.7.
Check the analysis log for details.