blue_print_pos 0.0.14
blue_print_pos: ^0.0.14 copied to clipboard
Plugin to connecting bluetooth printer device, support on Android and iOS
We analyzed this package 14 hours ago, and awarded it 90 pub points (of a possible 160):
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: 20% or more of the public API has dartdoc comments
OUT: Documenting blue_print_pos... Discovering libraries... ERR: dartdoc 9.0.0 (/tmp/analyzerHWAEFM/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.10.4.snapshot) failed: fatal error: unable to locate the input directory at '/tmp/analyzerHWAEFM/pub-cache/[...] #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218:7) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205:27) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82:55) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:198:32) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:281:22)
10/10 points: Package has an example
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:blue_print_pos/blue_print_pos.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:blue_print_pos/blue_print_pos.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:blue_print_pos/blue_print_pos.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:blue_print_pos/blue_print_pos.dartthat declares support for platforms:Android,iOS.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 21 issues. Showing the first 2:
ERROR: Target of URI hasn't been generated: 'package:flutter_blue_plus/gen/flutterblueplus.pb.dart'.
lib/blue_print_pos.dart:13:8
╷
13 │ import 'package:flutter_blue_plus/gen/flutterblueplus.pb.dart' as proto;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/blue_print_pos.dart
ERROR: This expression has a type of 'void' so its value can't be used.
lib/blue_print_pos.dart:20:21
╷
20 │ _bluetoothIOS = flutter_blue.FlutterBluePlus.instance;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
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 | Notes |
|---|---|---|---|---|
blue_thermal_printer |
^1.2.0 |
1.2.3 | 1.2.3 | |
esc_pos_utils_plus |
^2.0.1+6 |
2.0.1+6 | 2.0.4 | |
flutter_blue_plus |
^1.1.2 |
1.36.8 | 2.1.0 | |
image |
^3.1.3 |
3.3.0 | 4.7.2 | |
qr_flutter |
^4.0.0 |
4.1.0 | 4.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
bluez |
- | 0.8.3 | 0.8.3 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
dbus |
- | 0.7.11 | 0.7.11 | |
ffi |
- | 2.1.4 | 2.1.4 | |
flutter_blue_plus_android |
- | 7.0.4 | 8.1.0 | |
flutter_blue_plus_darwin |
- | 7.0.3 | 8.1.0 | |
flutter_blue_plus_linux |
- | 7.0.3 | 8.1.0 | |
flutter_blue_plus_platform_interface |
- | 7.0.0 | 8.1.0 | |
flutter_blue_plus_web |
- | 7.0.2 | 8.1.0 | |
hex |
- | 0.2.0 | 0.2.0 | |
html |
- | 0.15.6 | 0.15.6 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
qr |
- | 3.0.2 | 3.0.2 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.1.2` on flutter_blue_plus does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions flutter_blue_plus to update the constraint.
The constraint `^3.1.3` on image does not support the stable version `4.0.0`.
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: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.