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 BCD061FF16B for ; Fri, 26 Sep 2025 11:25:23 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9C392BF43; Fri, 26 Sep 2025 11:25:56 +0200 (CEST) Message-ID: Date: Fri, 26 Sep 2025 11:25:23 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta To: Proxmox VE development discussion , Shan Shaji References: <20250924103625.144589-1-s.shaji@proxmox.com> Content-Language: en-US From: Dominik Csapak In-Reply-To: <20250924103625.144589-1-s.shaji@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1758878709019 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.027 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] partially applied: [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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" On 9/24/25 12:36 PM, Shan Shaji wrote: > 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(-) > applied the first 3 patches, see my comment on the 4th for details, thanks! _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel