]> git.proxmox.com Git - flutter/pve_flutter_frontend.git/blob - pubspec.yaml
fix api client naming
[flutter/pve_flutter_frontend.git] / pubspec.yaml
1 name: pve_flutter_frontend
2 description: 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
14 version: 1.0.0+1
15
16 environment:
17 sdk: ">=2.4.0 <3.0.0"
18
19 dependencies:
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.
25 cupertino_icons: ^0.1.3
26 rxdart: ^0.23.1
27 built_collection: ^4.3.0
28 built_value: ^7.0.0
29 path: ^1.6.4
30 provider: ^3.1.0
31 meta: ^1.1.7
32 font_awesome_flutter: ^8.5.0
33 url_launcher: ^5.4.1
34 intl: ^0.16.1
35 proxmox_dart_api_client:
36 path: ../proxmox_dart_api_client
37
38 dev_dependencies:
39 flutter_test:
40 sdk: flutter
41 pedantic: ^1.8.0+1
42 build_runner: ^1.7.2
43 built_value_generator: ^7.0.0
44
45 # For information on the generic Dart part of this file, see the
46 # following page: https://dart.dev/tools/pub/pubspec
47
48 # The following section is specific to Flutter.
49 flutter:
50 # The following line ensures that the Material Icons font is
51 # included with your application, so that you can use the icons in
52 # the material Icons class.
53 uses-material-design: true
54
55 # To add assets to your application, add an assets section, like this:
56 assets:
57 - assets/images/Proxmox_logo_white_orange_800.png
58
59 # An image asset can refer to one or more resolution-specific "variants", see
60 # https://flutter.dev/assets-and-images/#resolution-aware.
61
62 # For details regarding adding assets from package dependencies, see
63 # https://flutter.dev/assets-and-images/#from-packages
64
65 # To add custom fonts to your application, add a fonts section here,
66 # in this "flutter" section. Each entry in this list should have a
67 # "family" key with the font family name, and a "fonts" key with a
68 # list giving the asset and other descriptors for the font. For
69 # example:
70 fonts:
71 - family: Open Sans
72 fonts:
73 - asset: assets/fonts/OpenSans-Regular.ttf
74 # For details regarding fonts from package dependencies,
75 # see https://flutter.dev/custom-fonts/#from-packages