x_pluto_grid_export 0.0.8 copy "x_pluto_grid_export: ^0.0.8" to clipboard
x_pluto_grid_export: ^0.0.8 copied to clipboard

Nothing.

20/ 160
pub points
29
downloads

We analyzed this package 46 hours ago, and awarded it 20 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
10 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

At the time of the analysis https://github.com/anwarProgrammer/x_pluto_grid_export was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Failed check 0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting x_pluto_grid_export... Discovering libraries... Linking elements... Precaching local docs for 1375981 elements... Initialized dartdoc with 2244 libraries Generating docs for library x_pluto_grid_export.dart from package:x_pluto_grid_export/x_pluto_grid_export.dart... Generating docs for library pdf.dart from package:x_pluto_grid_export/pdf.dart... Generating docs for library printing.dart from package:x_pluto_grid_export/printing.dart... Generating docs for library printing_web.dart from package:x_pluto_grid_export/printing_web.dart... Documented 4 public libraries in 91.1 seconds ERR: warning: x_pluto_grid_export has no library level documentation comments from x_pluto_grid_export: (file:///tmp/pana_WKMRDV/lib/x_pluto_grid_export.dart:1:1) warning: unresolved doc reference [themeData] from x_pluto_grid_export.PlutoGridDefaultPdfExport: (file:///tmp/pana_WKMRDV/lib/x_pluto_grid_export.dart:17:7) warning: x_pluto_grid_export has no library level documentation comments from x_pluto_grid_export: (file:///tmp/pana_WKMRDV/lib/pdf.dart:1:1) error: file already written at "x_pluto_grid_export/index.html" for symbol x_pluto_grid_export: (file:///tmp/pana_WKMRDV/lib/pdf.dart:1:1) conflicting with file already generated by x_pluto_grid_export: (file:///tmp/pana_WKMRDV/lib/x_pluto_grid_export.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. [40 more lines]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 6 issues. Showing the first 2:

ERROR: The switch case expression type 'FontWeight' can't override the '==' operator.

lib/x_pluto_grid_export.dart:69:12

   ╷
69 │       case material.FontWeight.bold:
   │            ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/x_pluto_grid_export.dart

INFO: The part-of directive uses a library name.

lib/src/abstract_text_export.dart:1:1

  ╷
1 │ part of x_pluto_grid_export;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/abstract_text_export.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
pdf ^3.10.8 3.11.3 3.11.3
pluto_grid_plus ^8.3.0 8.4.14 8.4.14 Discontinued
printing ^5.12.0 5.14.2 5.14.2
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.9 4.0.9
async - 2.13.0 2.13.0
barcode - 2.2.9 2.2.9
bidi - 2.0.13 2.0.13
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
ffi - 2.2.0 2.2.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image - 4.5.4 4.8.0
intl - 0.20.2 0.20.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
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 - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.5.0 6.5.0
qr - 3.0.2 3.0.2
rxdart - 0.28.0 0.28.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.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 package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • pluto_grid_plus.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • CASE_EXPRESSION_TYPE_IMPLEMENTS_EQUALS - lib/x_pluto_grid_export.dart:69:12 - The switch case expression type 'FontWeight' can't override the '==' operator.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
20
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Nothing.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, pdf, pluto_grid_plus, printing

More

Packages that depend on x_pluto_grid_export