From: Shan Shaji <s.shaji@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH pve_flutter_frontend v2] chore: add flutter constraint and update dart sdk constraint
Date: Mon, 29 Sep 2025 11:14:54 +0200 [thread overview]
Message-ID: <20250929091454.76608-1-s.shaji@proxmox.com> (raw)
Starting from language version 3.9, the flutter constrain upper bound is
now respected in the root package. Setting the flutter constraint can be
usefull to ensure everyone will use the same SDK.
Signed-off-by: Shan Shaji <s.shaji@proxmox.com>
---
changes since v1:
- Update commit message.
- Remove harder flutter requirment and used range constraint.
pubspec.lock | 2 +-
pubspec.yaml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pubspec.lock b/pubspec.lock
index 862241e..1bf537d 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -909,4 +909,4 @@ packages:
version: "3.1.3"
sdks:
dart: ">=3.9.0 <4.0.0"
- flutter: ">=3.35.0"
+ flutter: ">=3.35.0 <3.36.0"
diff --git a/pubspec.yaml b/pubspec.yaml
index a4d5b69..d6a34be 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -15,7 +15,8 @@ publish_to: none
version: 1.8.1+46
environment:
- sdk: '>=3.0.0 <4.0.0'
+ sdk: '>=3.9.0 <4.0.0'
+ flutter: '>=3.35.0 <3.36.0'
dependencies:
flutter:
--
2.47.2
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
reply other threads:[~2025-09-29 9:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250929091454.76608-1-s.shaji@proxmox.com \
--to=s.shaji@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox