pluto_grid_plus_export 1.0.4 pluto_grid_plus_export: ^1.0.4 copied to clipboard
PlutoGridExport converts PlutoGrid's metadata to CSV or PDF. Used with PlutoGrid.
We analyzed this package 3 days ago, and awarded it 150 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
1245 out of 3088 API elements (40.3 %) have documentation comments.
Some symbols that are missing documentation: pluto_grid_plus_export
, pluto_grid_plus_export.AbstractTextExport.export
, pluto_grid_plus_export.AbstractTextExport.visibleColumns
, pluto_grid_plus_export.Align.debugPaint
, pluto_grid_plus_export.Alignment
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:pluto_grid_plus_export/pluto_grid_plus_export.dart
that imports:package:printing/printing.dart
that imports:package:printing/src/printing.dart
that imports:package:printing/src/interface.dart
that imports:package:printing/src/method_channel.dart
that imports:package:printing/src/print_job.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:pluto_grid_plus_export/pluto_grid_plus_export.dart
that imports:package:pluto_grid_plus_export/src/pdf/pluto_grid_pdf_export.dart
that imports:package:pluto_grid_plus_export/src/pdf/generic_pdf_controller.dart
that imports:package:pluto_grid_plus_export/src/pdf/pdf_controller.dart
that imports:package:pdf/widgets.dart
that imports:package:pdf/src/widgets/wrap.dart
that imports:package:pdf/pdf.dart
that imports:package:pdf/src/pdf/obj/ttffont.dart
that imports:package:pdf/src/pdf/obj/unicode_cmap.dart
that imports:package:pdf/src/pdf/obj/object_stream.dart
that imports:package:pdf/src/pdf/obj/object.dart
that imports:package:pdf/src/pdf/document.dart
that imports:package:pdf/src/pdf/io/vm.dart
that imports:dart:isolate
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
csv |
^5.1.1 |
5.1.1 | 6.0.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
pdf |
^3.10.7 |
3.11.1 | 3.11.1 |
pluto_grid_plus |
^8.3.0 |
8.4.3 | 8.4.3 |
printing |
^5.11.1 |
5.13.4 | 5.13.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
- | 3.6.1 | 3.6.1 |
async |
- | 2.12.0 | 2.12.0 |
barcode |
- | 2.2.8 | 2.2.8 |
bidi |
- | 2.0.12 | 2.0.12 |
characters |
- | 1.3.0 | 1.3.1 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.18.0 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
ffi |
- | 2.1.3 | 2.1.3 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
http |
- | 1.2.2 | 1.2.2 |
http_parser |
- | 4.0.2 | 4.1.1 |
image |
- | 4.3.0 | 4.3.0 |
intl |
- | 0.19.0 | 0.19.0 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
path_parsing |
- | 1.1.0 | 1.1.0 |
pdf_widget_wrapper |
- | 1.0.4 | 1.0.4 |
petitparser |
- | 6.0.2 | 6.0.2 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
qr |
- | 3.0.2 | 3.0.2 |
rxdart |
- | 0.28.0 | 0.28.0 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
xml |
- | 6.5.0 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^5.1.1` on csv does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions csv
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.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.