maxim-saplin / data_table_2

In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and extra features
https://pub.dev/packages/data_table_2
BSD 3-Clause "New" or "Revised" License
203 stars 140 forks source link

(feat): Header Gradient added. #220

Closed Swado closed 1 year ago

Swado commented 1 year ago

Fixes #72

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.05% :tada:

Comparison is base (baf9357) 95.66% compared to head (2ed28a4) 95.71%. Report is 2 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #220 +/- ## ========================================== + Coverage 95.66% 95.71% +0.05% ========================================== Files 3 3 Lines 1107 1121 +14 ========================================== + Hits 1059 1073 +14 Misses 48 48 ``` | [Files Changed](https://app.codecov.io/gh/maxim-saplin/data_table_2/pull/220?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Saplin) | Coverage Δ | | |---|---|---| | [lib/src/async\_paginated\_data\_table\_2.dart](https://app.codecov.io/gh/maxim-saplin/data_table_2/pull/220?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Saplin#diff-bGliL3NyYy9hc3luY19wYWdpbmF0ZWRfZGF0YV90YWJsZV8yLmRhcnQ=) | `85.11% <ø> (ø)` | | | [lib/src/data\_table\_2.dart](https://app.codecov.io/gh/maxim-saplin/data_table_2/pull/220?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Saplin#diff-bGliL3NyYy9kYXRhX3RhYmxlXzIuZGFydA==) | `98.37% <100.00%> (+0.02%)` | :arrow_up: | | [lib/src/paginated\_data\_table\_2.dart](https://app.codecov.io/gh/maxim-saplin/data_table_2/pull/220?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Maxim+Saplin#diff-bGliL3NyYy9wYWdpbmF0ZWRfZGF0YV90YWJsZV8yLmRhcnQ=) | `97.94% <100.00%> (+0.03%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

maxim-saplin commented 1 year ago

Thanks! Will be checking tomorrow

maxim-saplin commented 1 year ago

Looks good, thank you for the contribution!