custom_expandable_table 1.0.3 copy "custom_expandable_table: ^1.0.3" to clipboard
custom_expandable_table: ^1.0.3 copied to clipboard

A Flutter widget for create an expandable table with header and first column fixed. Based on the popular flutter_expandable_table.

2
likes
80/ 140
pub points
0%
popularity

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/nicolacaferra/custom_expandable_table/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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: BSD-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

22 out of 81 API elements (27.2 %) have documentation comments.

Some symbols that are missing documentation: custom_expandable_table.ExpandableTableBody, custom_expandable_table.ExpandableTableBody.ExpandableTableBody, custom_expandable_table.ExpandableTableBody.rows, custom_expandable_table.ExpandableTableBody.scrollController, custom_expandable_table.ExpandableTableBody.visibleScrollbar.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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 13 issues. Showing the first 2:

ERROR: The named parameter 'curve' isn't defined.

lib/src/body.dart:151:13

    ╷
151 │             curve: ExpandableTableData.of(context).scrollShadowCurve,
    │             ^^^^^
    ╵

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

ERROR: The named parameter 'controller' isn't defined.

lib/src/body.dart:153:13

    ╷
153 │             controller: _firstColumnController,
    │             ^^^^^^^^^^
    ╵

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/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
flutter_scroll_shadow ^1.0.2 1.2.4 1.2.4
linked_scroll_controller ^0.2.0 0.2.0 0.2.0
provider ^6.0.2 6.1.2 6.1.2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
nested - 1.0.0 1.0.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

2
likes
80
pub points
0%
popularity

Publisher

unverified uploader

A Flutter widget for create an expandable table with header and first column fixed. Based on the popular flutter_expandable_table.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_scroll_shadow, linked_scroll_controller, provider

More

Packages that depend on custom_expandable_table