list_to_csv_excel 1.0.0 copy "list_to_csv_excel: ^1.0.0" to clipboard
list_to_csv_excel: ^1.0.0 copied to clipboard

This flutter package to create a csv and excel file for your data in flutter applications and web apps.

115/ 160
pub points
14
downloads

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

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

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

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.0.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

1 out of 6 API elements (16.7 %) 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: list_to_csv_excel, list_to_csv_excel.CsvFileCreate, list_to_csv_excel.CsvFileCreate.CsvFileCreate.new, list_to_csv_excel.CsvFileCreate.csvFileCreate, list_to_csv_excel.ExportFileType.

Passed check 10/10 points: Package has 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 does not support platform `Web`.

Because:

  • package:list_to_csv_excel/list_to_csv_excel.dart that imports:
  • package:list_to_csv_excel/src/csv_file_create.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_web.dart that imports:
  • package:share_plus_platform_interface/share_plus_platform_interface.dart that imports:
  • package:share_plus_platform_interface/platform_interface/share_plus_platform.dart that imports:
  • package:share_plus_platform_interface/method_channel/method_channel_share.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:list_to_csv_excel/list_to_csv_excel.dart that imports:
  • package:list_to_csv_excel/src/csv_file_create.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:list_to_csv_excel/list_to_csv_excel.dart that imports:
  • package:list_to_csv_excel/src/csv_file_create.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:list_to_csv_excel/list_to_csv_excel.dart that imports:
  • package:list_to_csv_excel/src/csv_file_create.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_linux.dart that imports:
  • package:url_launcher_linux/url_launcher_linux.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:list_to_csv_excel/list_to_csv_excel.dart that imports:
  • package:list_to_csv_excel/src/csv_file_create.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:list_to_csv_excel/list_to_csv_excel.dart that imports:
  • package:list_to_csv_excel/src/csv_file_create.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
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 10 issues. Showing the first 2:

INFO: An uninitialized field should have an explicit type annotation.

lib/src/package/csv_to_list_converter.dart:32:9

   ╷
32 │   final convertEmptyTo;
   │         ^^^^^^^^^^^^^^
   ╵

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

INFO: Missing type annotation.

lib/src/package/csv_to_list_converter.dart:32:9

   ╷
32 │   final convertEmptyTo;
   │         ^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
file_saver ^0.2.14 0.2.14 0.3.1
intl ^0.20.2 0.20.2 0.20.2
path ^1.9.0 1.9.1 1.9.1
path_provider ^2.1.5 2.1.5 2.1.5
share_plus ^10.1.4 10.1.4 12.0.1
universal_html ^2.2.4 2.3.0 2.3.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
cross_file - 0.3.5+2 0.3.5+2
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
dio - 5.9.2 5.9.2
dio_web_adapter - 2.1.2 2.1.2
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
glob - 2.1.3 2.1.3
hooks - 1.0.2 1.0.2
html - 0.15.6 0.15.6
http_parser - 4.1.2 4.1.2
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
mime - 2.0.0 2.0.0
native_toolchain_c - 0.17.6 0.17.6
objective_c - 9.3.0 9.3.0
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
share_plus_platform_interface - 5.0.2 6.1.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
universal_io - 2.3.1 2.3.1
url_launcher_linux - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.2 2.4.2
url_launcher_windows - 3.1.5 3.1.5
uuid - 4.5.3 4.5.3
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1
win32 - 5.15.0 6.0.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

The constraint `^0.2.14` on file_saver does not support the stable version `0.3.0`.

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

The constraint `^10.1.4` on share_plus does not support the stable version `11.0.0`.

Try running dart pub upgrade --major-versions share_plus 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.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
115
points
14
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This flutter package to create a csv and excel file for your data in flutter applications and web apps.

License

MIT (license)

Dependencies

file_saver, flutter, intl, path, path_provider, share_plus, universal_html

More

Packages that depend on list_to_csv_excel