rw_blue_print_pos 0.0.65
rw_blue_print_pos: ^0.0.65 copied to clipboard
Plugin to connecting bluetooth printer device, support on Android and iOS
We analyzed this package 27 hours ago, and awarded it 100 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
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
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: 20% or more of the public API has dartdoc comments
- 30 out of 152 API elements (19.7 %) 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.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:rw_blue_print_pos/blue_print_pos.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:rw_blue_print_pos/blue_print_pos.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:rw_blue_print_pos/blue_print_pos.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:rw_blue_print_pos/blue_print_pos.dart
that declares support for platforms:Android
,iOS
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 7 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/blue_print_pos.dart:3:8
╷
3 │ import 'dart:typed_data';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/blue_print_pos.dart
INFO: The import of 'package:rw_blue_print_pos/models/connection_status.dart' is unnecessary because all of the used elements are also provided by the import of 'package:rw_blue_print_pos/models/models.dart'.
lib/blue_print_pos.dart:6:8
╷
6 │ import 'package:rw_blue_print_pos/models/connection_status.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/blue_print_pos.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
blue_thermal_printer | 1.2.0 | 1.2.0 | 1.2.3 |
esc_pos_utils_plus | 2.0.1+6 | 2.0.1+6 | 2.0.1+6 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_blue | 0.8.0 | 0.8.0 | 0.8.0 |
image | 3.1.1 | 3.1.1 | 4.0.12 |
qr_flutter | ^4.0.0 | 4.0.0 | 4.0.0 |
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 |
csslib | - | 0.17.2 | 0.17.2 |
fixnum | - | 1.0.1 | 1.0.1 |
hex | - | 0.2.0 | 0.2.0 |
html | - | 0.15.1 | 0.15.1 |
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 |
protobuf | - | 2.1.0 | 2.1.0 |
qr | - | 2.1.0 | 3.0.1 |
rxdart | - | 0.26.0 | 0.27.7 |
sky_engine | - | 0.0.99 | 0.0.99 |
source_span | - | 1.9.1 | 1.9.1 |
term_glyph | - | 1.2.1 | 1.2.1 |
typed_data | - | 1.3.1 | 1.3.1 |
vector_math | - | 2.1.4 | 2.1.4 |
xml | - | 5.4.1 | 6.2.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `1.2.0` on blue_thermal_printer does not support the stable version `1.2.1`.
Try running dart pub upgrade --major-versions blue_thermal_printer
to update the constraint.
The constraint `3.1.1` on image does not support the stable version `3.1.2`.
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
.