]> git.proxmox.com Git - flutter/proxmox_login_manager.git/blob - pubspec.yaml
pubspec: track collection dependency as per dart fix recommendation
[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.12.0 <3.0.0'
8
9 dependencies:
10 flutter:
11 sdk: flutter
12 collection: any
13 shared_preferences: ^2.0.15
14 biometric_storage: ^5.0.0
15 built_value: ^8.4.1
16 built_collection: ^5.0.0
17 proxmox_dart_api_client:
18 path: ../proxmox_dart_api_client
19
20
21 dev_dependencies:
22 flutter_test:
23 sdk: flutter
24 build_runner: ^2.2.0
25 built_value_generator: ^8.4.1
26
27
28 # For information on the generic Dart part of this file, see the
29 # following page: https://dart.dev/tools/pub/pubspec
30
31 # The following section is specific to Flutter.
32 flutter:
33 # To add assets to your package, add an assets section, like this:
34 assets:
35 - assets/images/proxmox_logo_symbol_wordmark.png
36
37 # For details regarding assets in packages, see
38 # https://flutter.dev/assets-and-images/#from-packages
39 #
40 # An image asset can refer to one or more resolution-specific "variants", see
41 # https://flutter.dev/assets-and-images/#resolution-aware.
42
43 # To add custom fonts to your package, add a fonts section here,
44 # in this "flutter" section. Each entry in this list should have a
45 # "family" key with the font family name, and a "fonts" key with a
46 # list giving the asset and other descriptors for the font. For
47 # example:
48 fonts:
49 - family: Proxmox
50 fonts:
51 - asset: assets/fonts/Proxmox.ttf
52 #
53 # For details regarding fonts in packages, see
54 # https://flutter.dev/custom-fonts/#from-packages