]> git.proxmox.com Git - flutter/proxmox_dart_api_client.git/blob - pubspec.yaml
add qemuMigrate api call
[flutter/proxmox_dart_api_client.git] / pubspec.yaml
1 name: proxmox_dart_api_client
2 description: A client library for seamless interaction with various Proxmox products.
3 # version: 1.0.0
4 # homepage: https://www.example.com
5 # author: Tim Marx <t.marx@proxmox.com>
6
7 environment:
8 sdk: '>=2.7.0-1 <3.0.0'
9
10 dependencies:
11 http: ^0.12.0+2
12 shared_preferences: ^0.5.6
13 built_value: ^7.0.9
14 built_collection: ^4.3.2
15 retry: ^3.0.0+1
16
17
18
19
20 dev_dependencies:
21 pedantic: ^1.9.0
22 test: ^1.9.4
23 built_value_generator: ^7.0.9
24 build_runner: ^1.7.4