datagrid_custom 0.0.11
datagrid_custom: ^0.0.11 copied to clipboard
The Syncfusion Flutter DataGrid is used to display and manipulate data in a tabular view. Its rich feature set includes different types of columns, selections, column sizing, etc.
We analyzed this package 24 hours ago, and awarded it 35 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: datagrid_custom.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: datagrid_custom, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.11").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
436 out of 453 API elements (96.2 %) have documentation comments.
Some symbols that are missing documentation: datagrid_custom.ColumnGroup.ColumnGroup.new, datagrid_custom.DataGridCell.type, datagrid_custom.DataGridCheckboxColumnSettings.DataGridCheckboxColumnSettings.new, datagrid_custom.DataGridGroupChangedDetails.DataGridGroupChangedDetails.new, datagrid_custom.DataGridGroupChangingDetails.DataGridGroupChangingDetails.new.
10/10 points: Package has an example and has no issues with screenshots
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 116 issues. Showing the first 2:
ERROR: The argument type 'FaIconData' can't be assigned to the parameter type 'IconData?'.
lib/src/datagrid_widget/widgets/cell_widget.dart:510:23
╷
510 │ FontAwesomeIcons.arrowDownShortWide,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/datagrid_widget/widgets/cell_widget.dart
ERROR: The argument type 'FaIconData' can't be assigned to the parameter type 'IconData?'.
lib/src/datagrid_widget/widgets/cell_widget.dart:523:21
╷
523 │ FontAwesomeIcons.arrowDownShortWide,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/datagrid_widget/widgets/cell_widget.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
>=1.9.0 <=2.0.0 |
1.19.1 | 1.19.1 | |
font_awesome_flutter |
any |
11.0.0 | 11.0.0 | |
syncfusion_flutter_core |
^22.2.12 |
22.2.12 | 32.2.9 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^22.2.12` on syncfusion_flutter_core does not support the stable version `23.1.36`.
Try running dart pub upgrade --major-versions syncfusion_flutter_core to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 4 errors:
UNDEFINED_GETTER-lib/src/datagrid_widget/widgets/cell_widget.dart:510:40- The getter 'arrowDownShortWide' isn't defined for the type 'FontAwesomeIcons'.UNDEFINED_GETTER-lib/src/datagrid_widget/widgets/cell_widget.dart:523:38- The getter 'arrowDownShortWide' isn't defined for the type 'FontAwesomeIcons'.UNDEFINED_GETTER-lib/src/datagrid_widget/widgets/cell_widget.dart:535:38- The getter 'arrowUpShortWide' isn't defined for the type 'FontAwesomeIcons'.
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.10, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.
