On 4/24/25 18:25, Shan Shaji wrote:
The `ButtonBar` widget has been deprecated as of Flutter
v3.21.0-10.0.pre. This patch replaces instance of `ButtonBar`
with `OverflowBar`.

Signed-off-by: Shan Shaji <s.sh...@proxmox.com>

Quickly tested this by comparing the behavior of the previously implemented ButtonBar and the new OverflowBar and also checking for any unwanted visual changes. The bar behaves and looks the same, clickable elements still work as expected.

I also had a look at the Flutter documentation[0] for migrating from ButtonBar to OverflowBar. The recommended changes to keep the behavior identical to the ButtonBar were made in this patch, so everything looks good to me.

Please consider this
Tested-By: Michael Köppl <m.koe...@proxmox.com>
Reviewed-By: Michael Köppl <m.koe...@proxmox.com>

[0] https://docs.flutter.dev/release/breaking-changes/deprecate-buttonbar


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to