all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve_flutter_frontend 0/4] fix: add fix for dart-analyze issues and replace deprecated APIs
@ 2025-09-24 10:36 Shan Shaji
  2025-09-24 10:36 ` [pve-devel] [PATCH pve_flutter_frontend 1/4] fix: run `dart fix` to fix the problems identified by diagnostic Shan Shaji
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Shan Shaji @ 2025-09-24 10:36 UTC (permalink / raw)
  To: pve-devel

After upgrading to Flutter v3.35, the dart analyze command reported 
several issues. This patch series resolves them by applying `dart fix`
to automatically correct issues where possible. For cases where 
automated fixes were not available, I manually replaced deprecated 
APIs and addressed linting errors.

Shan Shaji (4):
  fix: run `dart fix` to fix the problems identified by diagnostic
  cleanup: dart-analyze: add explicit type annotation
  fix: dart-analyze: remove deprecated props and use `RadioGroup`
  chore: add upper bound flutter constraint and update dart sdk
    constraint

 lib/main.dart                                 |  4 ++--
 lib/pages/main_layout_slim.dart               |  5 ++++-
 lib/utils/validators.dart                     |  8 ++++----
 lib/widgets/pve_bridge_selector_widget.dart   |  2 +-
 lib/widgets/pve_cd_selector_widget.dart       | 13 +++++--------
 lib/widgets/pve_guest_backup_widget.dart      |  4 ++--
 lib/widgets/pve_guest_migrate_widget.dart     |  2 +-
 lib/widgets/pve_guest_os_selector_widget.dart |  2 +-
 lib/widgets/pve_network_model_selector.dart   |  2 +-
 lib/widgets/pve_storage_selector_widget.dart  |  2 +-
 lib/widgets/pve_task_log_widget.dart          |  2 +-
 pubspec.lock                                  |  2 +-
 pubspec.yaml                                  |  3 ++-
 13 files changed, 26 insertions(+), 25 deletions(-)

-- 
2.47.2



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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-09-26  9:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-24 10:36 [pve-devel] [PATCH pve_flutter_frontend 0/4] fix: add fix for dart-analyze issues and replace deprecated APIs Shan Shaji
2025-09-24 10:36 ` [pve-devel] [PATCH pve_flutter_frontend 1/4] fix: run `dart fix` to fix the problems identified by diagnostic Shan Shaji
2025-09-24 10:36 ` [pve-devel] [PATCH pve_flutter_frontend 2/4] cleanup: dart-analyze: add explicit type annotation Shan Shaji
2025-09-24 10:36 ` [pve-devel] [PATCH pve_flutter_frontend 3/4] fix: dart-analyze: remove deprecated props and use `RadioGroup` Shan Shaji
2025-09-24 10:36 ` [pve-devel] [PATCH pve_flutter_frontend 4/4] chore: add upper bound flutter constraint and update dart sdk constraint Shan Shaji
2025-09-26  9:25   ` Dominik Csapak
2025-09-26  9:25 ` [pve-devel] partially applied: [PATCH pve_flutter_frontend 0/4] fix: add fix for dart-analyze issues and replace deprecated APIs Dominik Csapak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal