]> git.proxmox.com Git - flutter/proxmox_login_manager.git/commitdiff
pubspec: mark package as not for publishing
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Apr 2024 10:24:06 +0000 (12:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Apr 2024 10:24:08 +0000 (12:24 +0200)
we use path based dependencies for this proxmox specific libraries
that we do not plan to publish to a official dart package registry
like pub.dev so just mark them as not-for publishing for now.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pubspec.yaml

index ce201b3ae0ea1881ea31eb36c924a7a323b6e071..32b1b7a428dce8d6608db3d3cd6770a799d605df 100644 (file)
@@ -1,6 +1,7 @@
 name: proxmox_login_manager
 description: A new Flutter package project.
 version: 0.0.1
+publish_to: none
 
 environment:
   sdk: '>=2.12.0 <3.0.0'