From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 6E9261FF183 for ; Wed, 24 Sep 2025 12:36:39 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8AA3C24D9; Wed, 24 Sep 2025 12:37:10 +0200 (CEST) From: Shan Shaji To: pve-devel@lists.proxmox.com Date: Wed, 24 Sep 2025 12:36:21 +0200 Message-ID: <20250924103625.144589-1-s.shaji@proxmox.com> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1758710184120 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.145 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH pve_flutter_frontend 0/4] fix: add fix for dart-analyze issues and replace deprecated APIs X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "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