barcode_pao_wasm 0.0.1
barcode_pao_wasm: ^0.0.1 copied to clipboard
Cross-platform barcode generation library for Flutter Web (WASM version). Supports 18 barcode types including QR, Code128, JAN, GS1, PDF417, DataMatrix and more. Powered by C++ WASM engine.
We analyzed this package 2 days ago, and awarded it 115 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Repository URL doesn't exist.
At the time of the analysis https://github.com/pao-xx/barcode-pao-flutter-wasm was unreachable. Make sure that the website is reachable via HEAD requests.
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
6 out of 96 API elements (6.3 %) 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.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: barcode_pao_wasm.Barcode1DBase.Barcode1DBase.new, barcode_pao_wasm.Barcode1DBase.draw, barcode_pao_wasm.Barcode1DBase.setShowText, barcode_pao_wasm.Barcode1DBase.setTextFontScale, barcode_pao_wasm.Barcode1DBase.setTextGap.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package not compatible with platform Android
Because:
package:barcode_pao_wasm/barcode_pao_wasm.dartthat imports:package:barcode_pao_wasm/src/barcode_types.dartthat imports:package:barcode_pao_wasm/src/barcode_bindings.dartthat imports:dart:js_interop
Package not compatible with platform iOS
Because:
package:barcode_pao_wasm/barcode_pao_wasm.dartthat imports:package:barcode_pao_wasm/src/barcode_types.dartthat imports:package:barcode_pao_wasm/src/barcode_bindings.dartthat imports:dart:js_interop
Package not compatible with platform Windows
Because:
package:barcode_pao_wasm/barcode_pao_wasm.dartthat imports:package:barcode_pao_wasm/src/barcode_types.dartthat imports:package:barcode_pao_wasm/src/barcode_bindings.dartthat imports:dart:js_interop
Package not compatible with platform Linux
Because:
package:barcode_pao_wasm/barcode_pao_wasm.dartthat imports:package:barcode_pao_wasm/src/barcode_types.dartthat imports:package:barcode_pao_wasm/src/barcode_bindings.dartthat imports:dart:js_interop
Package not compatible with platform macOS
Because:
package:barcode_pao_wasm/barcode_pao_wasm.dartthat imports:package:barcode_pao_wasm/src/barcode_types.dartthat imports:package:barcode_pao_wasm/src/barcode_bindings.dartthat imports:dart:js_interop
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: The variable name 'createUPC_A' isn't a lowerCamelCase identifier.
lib/src/barcode_bindings.dart:62:16
╷
62 │ UPC_ABinding createUPC_A() => UPC_ABinding._(_createInstance('UPC_A'));
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/barcode_bindings.dart
INFO: The variable name 'createUPC_E' isn't a lowerCamelCase identifier.
lib/src/barcode_bindings.dart:65:16
╷
65 │ UPC_EBinding createUPC_E() => UPC_EBinding._(_createInstance('UPC_E'));
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/barcode_bindings.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
web |
^1.0.0 |
1.1.1 | 1.1.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.0.
Check the analysis log for details.