karvulf / flutter-reorderable-grid-view

BSD 3-Clause "New" or "Revised" License
158 stars 23 forks source link

Release/v5.0.0 #64

Closed karvulf closed 5 months ago

codecov-commenter commented 1 year ago

Codecov Report

Attention: Patch coverage is 96.38009% with 24 lines in your changes missing coverage. Please review.

Project coverage is 95.86%. Comparing base (1eb38a8) to head (c5d4a3f).

:exclamation: Current head c5d4a3f differs from pull request most recent head 69f7669

Please upload reports for the commit 69f7669 to get more accurate results.

Files Patch % Lines
lib/widgets/reorderable_builder.dart 83.72% 21 Missing :warning:
...dgets/reorderable_animated_released_container.dart 94.73% 2 Missing :warning:
lib/widgets/reorderable_draggable.dart 98.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #64 +/- ## =========================================== - Coverage 100.00% 95.86% -4.14% =========================================== Files 9 16 +7 Lines 523 725 +202 =========================================== + Hits 523 695 +172 - Misses 0 30 +30 ```

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

karvulf commented 1 year ago

Folgendes Problem:

karvulf commented 1 year ago

Disable/Enable Fade-in-and-out Effect for items

karvulf commented 1 year ago

Performance scheint nach einer Weile sehr schlecht zu werden, wenn immer wieder ein drag and drop ausgeführt wird, möglicherweise cached der zu viel oder greift unnötig oft auf das gleiche zu

karvulf commented 1 year ago

Weiteres Problem: