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