]> git.proxmox.com Git - flutter/proxmox_login_manager.git/blob - pubspec.yaml
trim form fields
[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: ^0.5.8
13 built_value: ^7.1.0
14 built_collection: ^4.3.2
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.10.0
24 built_value_generator: ^7.1.0
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
33 # To add assets to your package, add an assets section, like this:
34 # assets:
35 # - images/a_dot_burr.jpeg
36 # - images/a_dot_ham.jpeg
37 #
38 # For details regarding assets in packages, see
39 # https://flutter.dev/assets-and-images/#from-packages
40 #
41 # An image asset can refer to one or more resolution-specific "variants", see
42 # https://flutter.dev/assets-and-images/#resolution-aware.
43
44 # To add custom fonts to your package, add a fonts section here,
45 # in this "flutter" section. Each entry in this list should have a
46 # "family" key with the font family name, and a "fonts" key with a
47 # list giving the asset and other descriptors for the font. For
48 # example:
49 fonts:
50 - family: Proxmox
51 fonts:
52 - asset: assets/fonts/Proxmox.ttf
53 #
54 # For details regarding fonts in packages, see
55 # https://flutter.dev/custom-fonts/#from-packages