steg 1.0.0
steg: ^1.0.0 copied to clipboard
Steg is a pure Dart steganography library which supports hiding mesages and files in images with an option to encrypt embedded secrets for more security.
We analyzed this package 10 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/MaidFoundation/steg.git 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
8 out of 28 API elements (28.6 %) have documentation comments.
Some symbols that are missing documentation: steg, steg.EncryptionType, steg.Steganograph, steg.Steganograph.Steganograph.new, steg.SteganographDecodingException.
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:steg/steg.dartthat imports:package:steg/src/steg.dartthat imports:package:steg/src/utils.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
INFO: 'getSize' is deprecated and shouldn't be used. Use getSizeResult instead. This method will be removed in the next major version.
lib/src/steg.dart:46:36
╷
46 │ final size = ImageSizeGetter.getSize(FileInput(image));
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/steg.dart
INFO: Uses 'await' on an instance of 'ByteBuffer', which is not a subtype of 'Future'.
lib/src/steg.dart:72:16
╷
72 │ bytes: await encodedImage!.getBytes().buffer,
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/steg.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypton |
^2.2.1 |
2.2.1 | 2.2.1 | |
igodo |
^1.0.0 |
1.0.0 | 1.0.0 | |
image |
^4.0.15 |
4.7.2 | 4.7.2 | |
image_size_getter |
^2.1.2 |
2.4.1 | 2.4.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.7 | 4.0.7 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.4 | 2.1.4 | |
hashcodes |
- | 2.0.0 | 2.0.0 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
posix |
- | 6.0.3 | 6.0.3 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
xml |
- | 6.6.1 | 6.6.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.3, Dart 3.10.4.
Check the analysis log for details.