file_to_markdown_converter 1.2.1 copy "file_to_markdown_converter: ^1.2.1" to clipboard
file_to_markdown_converter: ^1.2.1 copied to clipboard

A Flutter/Dart library to convert CSV, Excel, PDF, and HTML into Markdown with optional password protection.

140/ 160
pub points
28
downloads

We analyzed this package 1 hour ago, and awarded it 140 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

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

Repository URL doesn't exist.

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

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/hunstman11177/file_to_markdown_converter/issues 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

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

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

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

18 out of 47 API elements (38.3 %) have documentation comments.

Some symbols that are missing documentation: file_to_markdown_converter, file_to_markdown_converter.ConversionOptions.ConversionOptions.new, file_to_markdown_converter.ConversionResult, file_to_markdown_converter.ConversionResult.ConversionResult.error, file_to_markdown_converter.ConversionResult.ConversionResult.success.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:file_to_markdown_converter/file_to_markdown_converter.dart that imports:
  • package:file_to_markdown_converter/src/file_to_markdown_converter.dart that imports:
  • package:file_to_markdown_converter/src/utils/password_protection.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

/tmp/pana_YUGGTW/lib/src/converters/archive4_excel_converter.dart doesn't match the Dart formatter.

To format your files run: dart format .

/tmp/pana_YUGGTW/lib/src/converters/archive4_spreadsheet_decoder.dart doesn't match the Dart formatter.

To format your files run: dart format .

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
archive ^4.0.0 4.0.7 4.0.7
cryptography ^2.7.0 2.9.0 2.9.0
csv ^6.0.0 6.0.0 6.0.0
html2md ^1.3.1 1.3.2 1.3.2
meta ^1.16.0 1.17.0 1.17.0
path ^1.9.1 1.9.1 1.9.1
syncfusion_flutter_pdf ^31.1.19 31.2.18 32.1.21
xml ^6.5.0 6.6.1 6.6.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
ffi - 2.1.4 2.1.4
html - 0.15.6 0.15.6
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
material_color_utilities - 0.11.1 0.13.0
petitparser - 7.0.1 7.0.1
posix - 6.0.3 6.0.3
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
syncfusion_flutter_core - 31.2.18 32.1.21
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

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^31.1.19` on syncfusion_flutter_pdf does not support the stable version `32.1.19`, that was published 20 days ago.

When syncfusion_flutter_pdf is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions syncfusion_flutter_pdf to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.4, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
140
points
28
downloads

Publisher

verified publishermedpricehub.com

Weekly Downloads

A Flutter/Dart library to convert CSV, Excel, PDF, and HTML into Markdown with optional password protection.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, cryptography, csv, flutter, html2md, meta, path, syncfusion_flutter_pdf, xml

More

Packages that depend on file_to_markdown_converter