data_grid_view 0.0.2 copy "data_grid_view: ^0.0.2" to clipboard
data_grid_view: ^0.0.2 copied to clipboard

DataGridView widget similar to Winforms DataGridView with XLS/PDF export support and Direct Prinitng Support.

65/ 160
pub points
34
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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 ("0.0.2").

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: BSD-3-Clause.

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

3 out of 92 API elements (3.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: data_grid_view, data_grid_view.ColumnType, data_grid_view.DataGridView, data_grid_view.DataGridView.DataGridView.new, data_grid_view.DataGridView.additonalColumnsLeft.

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 not compatible with platform Web

Because:

  • package:data_grid_view/data_grid_view.dart that imports:
  • package:data_grid_view/src/data_grid_view.dart that imports:
  • package:data_grid_view/src/print_preview.dart that imports:
  • package:data_grid_view/src/get_save_file_path.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker_io.dart that imports:
  • dart:io

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:data_grid_view/data_grid_view.dart that imports:
  • package:data_grid_view/src/data_grid_view.dart that imports:
  • package:data_grid_view/src/print_preview.dart that imports:
  • package:data_grid_view/src/get_save_file_path.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:data_grid_view/data_grid_view.dart that imports:
  • package:data_grid_view/src/data_grid_view.dart that imports:
  • package:data_grid_view/src/print_preview.dart that imports:
  • package:data_grid_view/src/get_save_file_path.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:data_grid_view/data_grid_view.dart that imports:
  • package:data_grid_view/src/data_grid_view.dart that imports:
  • package:data_grid_view/src/print_preview.dart that imports:
  • package:data_grid_view/src/get_save_file_path.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:data_grid_view/data_grid_view.dart that imports:
  • package:data_grid_view/src/data_grid_view.dart that imports:
  • package:data_grid_view/src/print_preview.dart that imports:
  • package:data_grid_view/src/get_save_file_path.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
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 37 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:data_grid_view/src/generate_rowheight_columnWidth.dart'.

lib/src/data_grid_view.dart:12:8

   ╷
12 │ import 'package:data_grid_view/src/generate_rowheight_columnWidth.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The method 'generateColumnWidthAndRowHeight' isn't defined for the type '_DataGridViewState'.

lib/src/data_grid_view.dart:494:26

    ╷
494 │               var data = generateColumnWidthAndRowHeight(
    │                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data_grid_view.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
collection ^1.19.1 1.19.1 1.19.1
file_picker ^9.0.1 9.2.3 10.3.8
file_selector ^1.0.3 1.1.0 1.1.0
intl ^0.19.0 0.19.0 0.20.2
linked_scroll_controller ^0.2.0 0.2.0 0.2.0
pdf ^3.11.3 3.11.3 3.11.3
printing ^5.14.2 5.14.2 5.14.2
syncfusion_flutter_xlsio ^28.2.7 28.2.12 32.1.21
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.7 4.0.7
async - 2.13.0 2.13.0
barcode - 2.2.9 2.2.9
bidi - 2.0.13 2.0.13
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
cross_file - 0.3.5+1 0.3.5+1
crypto - 3.0.7 3.0.7
ffi - 2.1.4 2.1.4
file_selector_android - 0.5.2+4 0.5.2+4
file_selector_ios - 0.5.3+5 0.5.3+5
file_selector_linux - 0.9.4 0.9.4
file_selector_macos - 0.9.5 0.9.5
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_web - 0.9.4+2 0.9.4+2
file_selector_windows - 0.9.3+5 0.9.3+5
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image - 4.5.4 4.7.2
jiffy - 6.3.2 6.4.4
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.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 - 7.0.1 7.0.1
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.0.3 6.0.3
qr - 3.0.2 3.0.2
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
syncfusion_flutter_core - 28.2.12 32.1.21
syncfusion_officecore - 28.2.12 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
win32 - 5.15.0 5.15.0
xml - 6.6.1 6.6.1

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

Found 3 issues. Showing the first 2:

The constraint `^9.0.1` on file_picker does not support the stable version `10.0.0`.

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

The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.

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

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 2 errors:

  • URI_DOES_NOT_EXIST - lib/src/data_grid_view.dart:12:8 - Target of URI doesn't exist: 'package:data_grid_view/src/generate_rowheight_columnWidth.dart'.
  • UNDEFINED_METHOD - lib/src/data_grid_view.dart:494:26 - The method 'generateColumnWidthAndRowHeight' isn't defined for the type '_DataGridViewState'.

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.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
65
points
34
downloads

Publisher

verified publishercovalentinfotech.com

Weekly Downloads

DataGridView widget similar to Winforms DataGridView with XLS/PDF export support and Direct Prinitng Support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, file_picker, file_selector, flutter, intl, linked_scroll_controller, pdf, printing, syncfusion_flutter_xlsio

More

Packages that depend on data_grid_view