]> git.proxmox.com Git - flutter/pve_flutter_frontend.git/blame - pubspec.yaml
Revert "tree-wide: avoid using private types in public APIs for State"
[flutter/pve_flutter_frontend.git] / pubspec.yaml
CommitLineData
00a48038
TM
1name: pve_flutter_frontend
2description: Frontend for Proxmox Virtual Environment
31444edb 3publish_to: none
00a48038
TM
4
5# The following defines the version and build number for your application.
6# A version number is three numbers separated by dots, like 1.2.43
7# followed by an optional build number separated by a +.
8# Both the version and the builder number may be overridden in flutter
9# build by specifying --build-name and --build-number, respectively.
10# In Android, build-name is used as versionName while build-number used as versionCode.
11# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
12# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
13# Read more about iOS versioning at
14# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
f5b858da 15version: 1.7.2+43
00a48038
TM
16
17environment:
31cc2749 18 sdk: '>=3.0.0 <4.0.0'
00a48038
TM
19
20dependencies:
21 flutter:
22 sdk: flutter
23
24 # The following adds the Cupertino Icons font to your application.
25 # Use with the CupertinoIcons class for iOS style icons.
bca25ff8 26 cupertino_icons: ^1.0.2
76ac7e20 27 rxdart: ^0.27.0
bca25ff8
TL
28 built_collection: ^5.0.0
29 built_value: ^8.0.0
d48a8853 30 path: ^1.8.0
ab65a714 31 provider: ^6.0.1
65098e83 32 meta: ^1.1.7
7bc5c780 33 font_awesome_flutter: ^10.0.0
08ba468a 34 url_launcher: ^6.0.17
cfb55e5a 35 intl: ^0.19.0
d48a8853 36 path_provider: ^2.0.8
f9fef9c3 37 webview_flutter: ^4.2.0
00a48038 38 proxmox_dart_api_client:
7be6bd56 39 path: ../proxmox_dart_api_client
4e71c5d8
TM
40 proxmox_login_manager:
41 path: ../proxmox_login_manager
598a93b4 42 collection: ^1.15.0-nullsafety.4
00a48038 43
83433a44 44 shared_preferences: any
00a48038
TM
45dev_dependencies:
46 flutter_test:
47 sdk: flutter
cfb55e5a 48 flutter_lints: ^3.0.2
598a93b4
TL
49 build_runner: ^2.1.5
50 built_value_generator: ^8.1.3
00a48038
TM
51
52# For information on the generic Dart part of this file, see the
53# following page: https://dart.dev/tools/pub/pubspec
54
55# The following section is specific to Flutter.
56flutter:
00a48038
TM
57 # The following line ensures that the Material Icons font is
58 # included with your application, so that you can use the icons in
59 # the material Icons class.
60 uses-material-design: true
61
62 # To add assets to your application, add an assets section, like this:
63 assets:
64 - assets/images/Proxmox_logo_white_orange_800.png
d0fdbcf2 65 - assets/images/Proxmox-logo-symbol-white-orange.png
89976ac8 66 - assets/images/proxmox_logo_icon_white.png
40d61f6e 67 - assets/images/ssl_validate/
00a48038
TM
68
69 # An image asset can refer to one or more resolution-specific "variants", see
70 # https://flutter.dev/assets-and-images/#resolution-aware.
71
72 # For details regarding adding assets from package dependencies, see
73 # https://flutter.dev/assets-and-images/#from-packages
74
75 # To add custom fonts to your application, add a fonts section here,
76 # in this "flutter" section. Each entry in this list should have a
77 # "family" key with the font family name, and a "fonts" key with a
78 # list giving the asset and other descriptors for the font. For
79 # example:
80 fonts:
81 - family: Open Sans
82 fonts:
83 - asset: assets/fonts/OpenSans-Regular.ttf
6873b21c
TM
84 - family: Proxmox
85 fonts:
86 - asset: assets/fonts/Proxmox.ttf
ee36e7ca
TM
87 - family: ProxmoxIcons
88 fonts:
89 - asset: assets/fonts/ProxmoxIcons.ttf
90
00a48038
TM
91 # For details regarding fonts from package dependencies,
92 # see https://flutter.dev/custom-fonts/#from-packages