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

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.

7
likes
60/ 140
pub points
38%
popularity

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

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

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.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: responsive_data_grid,
    • contains a version property, and,
    • does not contain a publish_to property.

responsive_data_grid/pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

48 out of 374 API elements (12.8 %) 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.

Some symbols that are missing documentation: responsive_data_grid, responsive_data_grid.BoolColumn, responsive_data_grid.BoolColumn.BoolColumn, responsive_data_grid.BoolFilterRules, responsive_data_grid.BoolFilterRules.BoolFilterRules.

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
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 315 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
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
bootstrap_grid ^1.0.4 1.0.4 1.0.4
client_filtering ^0.0.20 0.0.25 0.0.25
date_time_picker ^2.1.0 2.1.0 2.1.0
flutter flutter 0.0.0 0.0.0
infinite_scroll_pagination ^3.1.0 3.2.0 4.0.0
intl ^0.17.0 0.17.0 0.19.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
sky_engine - 0.0.99 0.0.99
sliver_tools - 0.2.12 0.2.12
vector_math - 2.1.4 2.1.4

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.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

7
likes
60
pub points
38%
popularity

Publisher

verified publisherconcerti.io

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.

Homepage
Repository (GitHub)
View/report issues

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