lazy_paginated_data_table 2.3.0
lazy_paginated_data_table: ^2.3.0 copied to clipboard
Lazy paginated data table.
We analyzed this package in the last hour, and awarded it 120 pub points (of a possible 160):
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.
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.
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 658431 elements... Initialized dartdoc with 894 libraries Generating docs for library table_column.dart from package:lazy_paginated_data_table/table_column.dart... Generating docs for library data_list.dart from package:lazy_paginated_data_table/data_list.dart... Generating docs for library page_info.dart from package:lazy_paginated_data_table/page_info.dart... Generating docs for library indexed_data.dart from package:lazy_paginated_data_table/indexed_data.dart... Generating docs for library lazy_paginated_data_table.dart from package:lazy_paginated_data_table/lazy_paginated_data_table.dart... [4 more lines] ERR: warning: lazy_paginated_data_table has no library level documentation comments from lazy_paginated_data_table: (file:///tmp/pana_TXLHWN/lib/lazy_paginated_data_table.dart:1:1) warning: lazy_paginated_data_table has no library level documentation comments from lazy_paginated_data_table: (file:///tmp/pana_TXLHWN/lib/lazy_table.dart:1:1) error: file already written at "lazy_paginated_data_table/index.html" for symbol lazy_paginated_data_table: (file:///tmp/pana_TXLHWN/lib/lazy_table.dart:1:1) conflicting with file already generated by lazy_paginated_data_table: (file:///tmp/pana_TXLHWN/lib/lazy_paginated_data_table.dart:1:1) 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 [16 more lines]
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
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
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
rxdart |
^0.27.1 |
0.27.7 | 0.28.0 | |
shared_preferences |
^2.0.17 |
2.5.4 | 2.5.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
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.21 | 2.4.21 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
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.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.