lazy_paginated_data_table 2.3.0 copy "lazy_paginated_data_table: ^2.3.0" to clipboard
lazy_paginated_data_table: ^2.3.0 copied to clipboard

Lazy paginated data table.

4
likes
120/ 160
pub points
67
downloads

We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

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: Apache-2.0.

failed
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting lazy_paginated_data_table... Discovering libraries... Linking elements... Precaching local docs for 634320 elements... Initialized dartdoc with 857 libraries Generating docs for library lazy_paginated_data_table.dart from package:lazy_paginated_data_table/lazy_paginated_data_table.dart... Generating docs for library indexed_data.dart from package:lazy_paginated_data_table/indexed_data.dart... Generating docs for library table_column.dart from package:lazy_paginated_data_table/table_column.dart... Generating docs for library index_label.dart from package:lazy_paginated_data_table/index_label.dart... Generating docs for library data_source.dart from package:lazy_paginated_data_table/data_source.dart... [4 more lines] ERR: warning: lazy_paginated_data_table has no library level documentation comments from lazy_paginated_data_table: (file:///tmp/pana_MGHTZF/lib/lazy_paginated_data_table.dart:1:9) warning: lazy_paginated_data_table has no library level documentation comments from lazy_paginated_data_table: (file:///tmp/pana_MGHTZF/lib/lazy_table.dart:1:9) error: file already written at "lazy_paginated_data_table/index.html" for symbol lazy_paginated_data_table: (file:///tmp/pana_MGHTZF/lib/lazy_table.dart:1:9) conflicting with file already generated by lazy_paginated_data_table: (file:///tmp/pana_MGHTZF/lib/lazy_paginated_data_table.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'lazy_paginated_data_table' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the [18 more lines]

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 4 issues. Showing the first 2:

INFO: 'dataRowHeight' is deprecated and shouldn't be used. Migrate to use dataRowMinHeight and dataRowMaxHeight instead. This feature was deprecated after v3.7.0-5.0.pre.

lib/lazy_table.dart:272:13

    ╷
272 │             dataRowHeight: widget.dataRowHeight,
    │             ^^^^^^^^^^^^^
    ╵

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

/tmp/pana_MGHTZF/lib/indexed_data.dart doesn't match the Dart formatter.

To format your files run: dart format .

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
rxdart ^0.27.1 0.27.7 0.28.0
shared_preferences ^2.0.17 2.3.5 2.3.5
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.4.0
collection - 1.19.0 1.19.1
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
flutter_web_plugins - 0.0.0 0.0.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_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
shared_preferences_android - 2.4.0 2.4.0
shared_preferences_foundation - 2.5.4 2.5.4
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
sky_engine - 0.0.0 0.0.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
xdg_directories - 1.1.0 1.1.0

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

The constraint `^0.27.1` on rxdart does not support the stable version `0.28.0`.

Try running dart pub upgrade --major-versions rxdart 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.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

4
likes
120
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

Lazy paginated data table.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, rxdart, shared_preferences

More

Packages that depend on lazy_paginated_data_table