img_to_zpl 0.0.1+5
img_to_zpl: ^0.0.1+5 copied to clipboard
This is the plugin to convert images into black white printable images in zpl format to print using zebra printers.
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/teisdbr/img_to_zpl
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 5 out of 12 API elements (41.7 %) have documentation comments.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ MacOS
- ✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:img_to_zpl/img_to_zpl.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:img_to_zpl/img_to_zpl.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/services.dart'.
lib/img_to_zpl.dart:2:8
╷
2 │ import 'dart:typed_data';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/img_to_zpl.dart
INFO: Unnecessary braces in a string interpolation.
lib/img_to_zpl.dart:28:16
╷
28 │ return '~DG${name},' +
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/img_to_zpl.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_web_plugins | flutter | 0.0.0 | 0.0.0 |
image | ^3.0.2 | 3.3.0 | 4.0.12 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive | - | 3.3.6 | 3.3.6 |
characters | - | 1.2.1 | 1.2.1 |
collection | - | 1.17.0 | 1.17.1 |
convert | - | 3.1.1 | 3.1.1 |
crypto | - | 3.0.2 | 3.0.2 |
js | - | 0.6.5 | 0.6.7 |
material_color_utilities | - | 0.2.0 | 0.2.0 |
meta | - | 1.8.0 | 1.8.0 |
path | - | 1.8.3 | 1.8.3 |
petitparser | - | 5.1.0 | 5.1.0 |
pointycastle | - | 3.6.2 | 3.6.2 |
sky_engine | - | 0.0.99 | 0.0.99 |
typed_data | - | 1.3.1 | 1.3.1 |
vector_math | - | 2.1.4 | 2.1.4 |
xml | - | 6.2.2 | 6.2.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^3.0.2` on image does not support the stable version `4.0.0`, that was published 28 days ago.
When image is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions image
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.25
, Flutter 3.7.0
, Dart 2.19.0
.