]> git.proxmox.com Git - flutter/proxmox_login_manager.git/blob - pubspec.yaml
upgrade dependencies
[flutter/proxmox_login_manager.git] / pubspec.yaml
1 name: proxmox_login_manager
2 description: A new Flutter package project.
3 version: 0.0.1
4 author: Tim Marx <t.marx@proxmox.com>
5
6 environment:
7 sdk: ">=2.7.0 <3.0.0"
8
9 dependencies:
10 flutter:
11 sdk: flutter
12 shared_preferences: ^2.0.3
13 built_value: ^8.0.0
14 built_collection: ^5.0.0
15 proxmox_dart_api_client:
16 path: ../proxmox_dart_api_client
17
18
19
20 dev_dependencies:
21 flutter_test:
22 sdk: flutter
23 build_runner: ^1.11.5
24 built_value_generator: ^8.0.2
25
26
27 # For information on the generic Dart part of this file, see the
28 # following page: https://dart.dev/tools/pub/pubspec
29
30 # The following section is specific to Flutter.
31 flutter:
32 # To add assets to your package, add an assets section, like this:
33 assets:
34 - assets/images/proxmox_logo_symbol_wordmark.png
35
36 # For details regarding assets in packages, see
37 # https://flutter.dev/assets-and-images/#from-packages
38 #
39 # An image asset can refer to one or more resolution-specific "variants", see
40 # https://flutter.dev/assets-and-images/#resolution-aware.
41
42 # To add custom fonts to your package, add a fonts section here,
43 # in this "flutter" section. Each entry in this list should have a
44 # "family" key with the font family name, and a "fonts" key with a
45 # list giving the asset and other descriptors for the font. For
46 # example:
47 fonts:
48 - family: Proxmox
49 fonts:
50 - asset: assets/fonts/Proxmox.ttf
51 #
52 # For details regarding fonts in packages, see
53 # https://flutter.dev/custom-fonts/#from-packages