]> git.proxmox.com Git - flutter/proxmox_login_manager.git/blame - pubspec.yaml
login form: use const constructor to improve performance
[flutter/proxmox_login_manager.git] / pubspec.yaml
CommitLineData
0e468546
TM
1name: proxmox_login_manager
2description: A new Flutter package project.
3version: 0.0.1
7c30dc0a 4publish_to: none
0e468546
TM
5
6environment:
cc5e86cc 7 sdk: '>=3.0.0 <4.0.0'
0e468546
TM
8
9dependencies:
10 flutter:
11 sdk: flutter
6b3912db 12 collection: any
a0c369a4 13 shared_preferences: ^2.0.15
59828fba 14 biometric_storage: ^5.0.0
a0c369a4 15 built_value: ^8.4.1
e7980778 16 built_collection: ^5.0.0
0e468546
TM
17 proxmox_dart_api_client:
18 path: ../proxmox_dart_api_client
19
20
0e468546
TM
21dev_dependencies:
22 flutter_test:
23 sdk: flutter
4863cfb1 24 flutter_lints: ^3.0.2
a0c369a4
TL
25 build_runner: ^2.2.0
26 built_value_generator: ^8.4.1
0e468546
TM
27
28
29# For information on the generic Dart part of this file, see the
30# following page: https://dart.dev/tools/pub/pubspec
31
32# The following section is specific to Flutter.
33flutter:
0e468546 34 # To add assets to your package, add an assets section, like this:
dadc4428
TM
35 assets:
36 - assets/images/proxmox_logo_symbol_wordmark.png
37
0e468546
TM
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