kaalka 3.0.0
kaalka: ^3.0.0 copied to clipboard
Kaalka encryption algorithm for Dart. Time-based encryption for text and files using clock hand angles and trigonometric functions.
We analyzed this package 23 hours ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
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: kaalka, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
7 out of 26 API elements (26.9 %) have documentation comments.
Some symbols that are missing documentation: kaalka, kaalka.Kaalka, kaalka.Kaalka.Kaalka.new, kaalka.Kaalka.decrypt, kaalka.Kaalka.encrypt.
10/10 points: Package has 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:kaalka/kaalka.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: The variable name 'angle_hm' isn't a lowerCamelCase identifier.
lib/kaalka.dart:95:11
╷
95 │ final angle_hm = min((hourAngle - minuteAngle).abs(), 360 - (hourAngle - minuteAngle).abs());
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/kaalka.dart
INFO: The variable name 'angle_ms' isn't a lowerCamelCase identifier.
lib/kaalka.dart:96:11
╷
96 │ final angle_ms = min((minuteAngle - secondAngle).abs(), 360 - (minuteAngle - secondAngle).abs());
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/kaalka.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
path |
any |
1.9.1 | 1.9.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.10, Dart 3.11.2.
Check the analysis log for details.