]> git.proxmox.com Git - flutter/pve_flutter_frontend.git/blobdiff - pubspec.yaml
pubspec: mark as not for publishing
[flutter/pve_flutter_frontend.git] / pubspec.yaml
index 07b155fb1a7ad4a72676653b127387978da8c282..065749cf1d5d0b0ed290790ac9c6179e1d889f47 100644 (file)
@@ -1,5 +1,6 @@
 name: pve_flutter_frontend
 description: Frontend for Proxmox Virtual Environment
+publish_to: none
 
 # The following defines the version and build number for your application.
 # A version number is three numbers separated by dots, like 1.2.43
@@ -11,10 +12,10 @@ description: Frontend for Proxmox Virtual Environment
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # Read more about iOS versioning at
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 1.0.1+19
+version: 1.7.2+43
 
 environment:
-  sdk: ">=2.4.0 <3.0.0"
+  sdk: '>=3.0.0 <4.0.0'
 
 dependencies:
   flutter:
@@ -22,29 +23,31 @@ dependencies:
 
   # The following adds the Cupertino Icons font to your application.
   # Use with the CupertinoIcons class for iOS style icons.
-  cupertino_icons: ^0.1.3
-  rxdart: ^0.23.1
-  built_collection: ^4.3.0
-  built_value: ^7.0.0
-  path: ^1.6.4
-  provider: ^3.1.0
+  cupertino_icons: ^1.0.2
+  rxdart: ^0.27.0
+  built_collection: ^5.0.0
+  built_value: ^8.0.0
+  path: ^1.8.0
+  provider: ^6.0.1
   meta: ^1.1.7
-  font_awesome_flutter: ^8.5.0
-  url_launcher: ^5.4.1
-  intl: ^0.16.1
-  package_info: ^0.4.0+17
-  path_provider: ^1.6.11
+  font_awesome_flutter: ^10.0.0
+  url_launcher: ^6.0.17
+  intl: ^0.19.0
+  path_provider: ^2.0.8
+  webview_flutter: ^4.2.0
   proxmox_dart_api_client:
     path: ../proxmox_dart_api_client
   proxmox_login_manager:
     path: ../proxmox_login_manager
+  collection: ^1.15.0-nullsafety.4
 
+  shared_preferences: any
 dev_dependencies:
   flutter_test:
     sdk: flutter
-  pedantic: ^1.8.0+1
-  build_runner: ^1.7.2
-  built_value_generator: ^7.0.0
+  flutter_lints: ^3.0.2
+  build_runner: ^2.1.5
+  built_value_generator: ^8.1.3
 
 # For information on the generic Dart part of this file, see the
 # following page: https://dart.dev/tools/pub/pubspec
@@ -59,7 +62,9 @@ flutter:
   # To add assets to your application, add an assets section, like this:
   assets:
     - assets/images/Proxmox_logo_white_orange_800.png
+    - assets/images/Proxmox-logo-symbol-white-orange.png
     - assets/images/proxmox_logo_icon_white.png
+    - assets/images/ssl_validate/
 
   # An image asset can refer to one or more resolution-specific "variants", see
   # https://flutter.dev/assets-and-images/#resolution-aware.