ubuntu / yaru.dart

Ubuntu Yaru Flutter widgets and themes for building desktop and web applications
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
179 stars 33 forks source link

feat!: decouple paned view from master detail #897

Closed Jupi007 closed 1 month ago

Jupi007 commented 1 month ago

Decouple the paned view and resizing feature from master details widget, so we can use it as a standalone. I also fixed the resizing region hover animation color flash bug, and added a lot of tests.

Capture vidéo du 2024-05-15 14-39-06.webm

Jupi007 commented 1 month ago

Here is a capture of the resize zone animation bug:

Capture vidéo du 2024-05-15 14-44-25.webm

Jupi007 commented 1 month ago

Fully agree, this widget is way too big! I wanted to decouple the resizing feature since a long time. I will try to refactor it a little bit more in another PR!