[pve-devel] applied: [PATCH pve_flutter_frontend] refactor: remove unused files and address deprecated import
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed May 7 10:07:19 CEST 2025
On Tue, 06 May 2025 10:25:01 +0200, Shan Shaji wrote:
> This patch removes the `utils_web.dart` file, which contained a
> deprecated `dart:html` import. Flutter suggest using `package:web` [0].
> However this package is an external package [1] and are not included
> by default with flutter or dart.
>
> The `registerConsoleIframe` function had one usage inside the
> `PveConsoleWidget` , but since the widget is no longer being
> used, this patch deletes both the `utils_web.dart` and
> `pve_console_widget.dart` files.
>
> [...]
Applied, thanks!
[1/1] refactor: remove unused files and address deprecated import
commit: c2118d1f4d41a1a9a71a9314925b31158cca0c84
More information about the pve-devel
mailing list