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 0A6AD1FF14F for ; Wed, 17 Jun 2026 15:38:17 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8874836B4E; Wed, 17 Jun 2026 15:38:15 +0200 (CEST) From: Dominik Csapak To: pve-devel@lists.proxmox.com, Shan Shaji Subject: applied: [PATCH proxmox{_login_manager,_dart_api_client}/pve_flutter_frontend v2 0/7] upgrade dependencies based on flutter v3.41 and migrate deprecated members Date: Wed, 17 Jun 2026 15:37:30 +0200 Message-ID: <178170224883.3623908.14733867257431283016.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260603153423.3227-1-s.shaji@proxmox.com> References: <20260603153423.3227-1-s.shaji@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.076 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 KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: VKLYZCJL6E75C553IRKKFIXBSBRHTIYW X-Message-ID-Hash: VKLYZCJL6E75C553IRKKFIXBSBRHTIYW X-MailFrom: d.csapak@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Wed, 03 Jun 2026 17:34:16 +0200, Shan Shaji wrote: > This patch series upgrades dependencies based on Flutter v3.41.6, > which is the latest stable release. The `font_awesome_flutter` > package major version was upgradable, so I have updated it, which > in turn introduced some breaking changes. The series also fixes > these. > > [...] Applied, thanks! [proxmox_dart_api_client:] [1/2] chore: upgrade dependencies commit: be7aef8dbc0f4dd515831d092b802680dd54c21e [2/2] deps: add objective_c dependency to access NSError's code property commit: 7bccfbd7081e892ce412d6443ae5f7d86738101d [proxmox_login_manager:] [1/1] chore: upgrade dependencies commit: 28d46dd7c2b20030750bf868c8ae1040d34b8da7 [pve_flutter_frontend:] [1/4] chore: upgrade dependencies based on flutter v3.41 commit: 106f0b64e7fcafc65a15e209b1510ca8be29d447 [2/4] fix: breaking changes due to the upgrade of font_awesome_flutter to v11 commit: 30de8b0c10490416bbbf2801b544b15169d05337 [3/4] fix: migrate to UIScene lifecycle for iOS 26+ compatibility commit: ee720fcb46ed18a4de38cc0b0c103a45a9d9fead [4/4] chore: use latest ndkVersion from flutter commit: 81b009ef5f7a83374e3215d62d94d8e2f59e2400