[pve-devel] [PATCH pve_flutter_frontend 1/1] chore: add explicit version property for path packages

Shan Shaji s.shaji at proxmox.com
Tue Sep 23 14:06:20 CEST 2025


Signed-off-by: Shan Shaji <s.shaji at proxmox.com>
---
 pubspec.lock | 2 +-
 pubspec.yaml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pubspec.lock b/pubspec.lock
index f279b53..4fb3848 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -601,7 +601,7 @@ packages:
       path: "../proxmox_login_manager"
       relative: true
     source: path
-    version: "0.0.1"
+    version: "1.0.0"
   pub_semver:
     dependency: transitive
     description:
diff --git a/pubspec.yaml b/pubspec.yaml
index 3053124..4fc68e0 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -36,8 +36,10 @@ dependencies:
   path_provider: ^2.0.8
   proxmox_dart_api_client:
     path: ../proxmox_dart_api_client
+    version: 1.0.0
   proxmox_login_manager:
     path: ../proxmox_login_manager
+    version: 1.0.0
   collection: ^1.15.0-nullsafety.4
 
   shared_preferences: any
-- 
2.47.2





More information about the pve-devel mailing list