responsive_data_grid 0.0.25 copy "responsive_data_grid: ^0.0.25" to clipboard
responsive_data_grid: ^0.0.25 copied to clipboard

outdated

Responsive Data Grid for Flutter inspired by Kendo UI's Grid functionality with full filtering, sorting, and paging that also responds dynamically to screen size using the same metaphor as bootstrap grid.

8
likes
60/ 160
pub points
187
downloads

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

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

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

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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

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

48 out of 370 API elements (13.0 %) 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: responsive_data_grid, responsive_data_grid.BoolColumn, responsive_data_grid.BoolColumn.BoolColumn.new, responsive_data_grid.BoolFilterRules, responsive_data_grid.BoolFilterRules.BoolFilterRules.new.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

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 323 issues. Showing the first 2:

ERROR: There's no constant named 'or' in 'Logic'.

lib/src/extensions.dart:23:27

   ╷
23 │         if (e.op == Logic.or) {
   │                           ^^
   ╵

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

ERROR: There's no constant named 'endsWidth' in 'Operators'.

lib/src/extensions.dart:30:42

   ╷
30 │       if (e.logicalOperator == Operators.endsWidth) {
   │                                          ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/extensions.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
bootstrap_grid ^1.0.4 1.0.5 1.0.5
client_filtering ^0.0.20 0.0.28 0.0.28
date_time_picker ^2.1.0 2.1.0 2.1.0
infinite_scroll_pagination ^3.1.0 3.2.0 5.0.0
intl ^0.17.0 0.17.0 0.20.2
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
darq - 2.0.0 2.0.0
flutter_adaptive_scaffold - 0.3.2 0.3.2
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
odata_query - 2.4.0 2.4.0
path - 1.9.1 1.9.1
sliver_tools - 0.2.12 0.2.12
vector_math - 2.1.4 2.1.5

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

The constraint `^3.1.0` on infinite_scroll_pagination does not support the stable version `4.0.0`.

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

The constraint `^0.17.0` on intl does not support the stable version `0.18.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 4 errors:

  • UNDEFINED_GETTER - lib/src/grid.dart:109:36 - The getter 'headline5' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/src/widgets/column_header.dart:86:25 - The getter 'subtitle2' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/src/widgets/field.dart:16:25 - The getter 'bodyText2' isn't defined for the type 'TextTheme'.

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.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
8
likes
60
points
187
downloads

Publisher

verified publisherconcerti.io

Weekly Downloads

Responsive Data Grid for Flutter inspired by Kendo UI's Grid functionality with full filtering, sorting, and paging that also responds dynamically to screen size using the same metaphor as bootstrap grid.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

bootstrap_grid, client_filtering, date_time_picker, flutter, infinite_scroll_pagination, intl

More

Packages that depend on responsive_data_grid