-
Notifications
You must be signed in to change notification settings - Fork 22
/
pubspec.yaml
139 lines (125 loc) · 3.77 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
name: privacyidea_authenticator
description: An OTP Authenticator App for privacyIDEA Authentication Server.
homepage: https://netknights.it
repository: https://github.com/privacyidea/pi-authenticator
publish_to: none
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 4.4.2+404202 # TODO Set the right version number
# version: major.minor.build + 2x major|2x minor|3x build
# version: version number + build number (optional)
# android: build-name + versionCode
# iOS : CFBundleShortVersionString + CFBundleVersion
environment:
sdk: '>=3.0.0 < 4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
app_minimizer: ^1.0.0+2
flutter_local_notifications: ^17.2.2
home_widget: ^0.7.0
image: ^4.1.6
local_auth: ^2.1.6
local_auth_android: ^1.0.37
local_auth_darwin: ^1.2.2
logger: ^2.0.0
permission_handler: ^11.0.0
pi_authenticator_legacy:
path: local_plugins/pi-authenticator-legacy
uuid: ^4.0.0
flutter_zxing: ^1.7.0
zxing2: ^0.2.3
flutter_svg: ^2.0.10+1
riverpod_generator: ^2.4.0
freezed: ^2.5.7
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0
# Crypto
mutex: ^3.0.0
hex: ^0.2.0
base32: ^2.1.1
pointycastle: ^3.7.3
asn1lib: ^1.5.0
encrypt: ^5.0.3
cryptography: ^2.7.0
otp: ^3.0.1
# Storage
file_selector: ^1.0.2
shared_preferences: ^2.2.0
flutter_secure_storage: ^9.0.0
# Info
package_info_plus: ^8.0.0
device_info_plus: ^11.1.0
# URI
app_links: ^6.1.1
url_launcher: ^6.0.12
http: ^1.2.0
connectivity_plus: ^6.0.1
flutter_mailer: ^2.1.1
# Riverpod
flutter_riverpod: ^2.3.6
flutterlifecyclehooks: ^5.0.0
# Icons
lottie: ^3.0.0
cupertino_icons: ^1.0.4
fluentui_system_icons: ^1.1.223
material_design_icons_flutter: ^7.0.7296
# UI
easy_dynamic_theme: ^2.2.0
flutter_slidable: ^3.0.0
expandable: ^5.0.1
camera: ^0.11.0
firebase_messaging: ^15.0.2
collection: ^1.18.0
crypto: ^3.0.3
intl: ^0.19.0
protobuf: ^3.1.0
firebase_core: ^3.1.1
simple_icons: ^10.1.3
path_provider: ^2.1.2
qr_flutter: ^4.1.0
image_cropper: ^8.0.2
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^5.0.0
mockito: ^5.4.2
test: ^1.24.1
# dependencies to serialize objects to json
build_runner: ^2.4.6
json_serializable: ^6.0.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# Automatically create files used for localization
generate: true
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- res/logo/
- CHANGELOG.md
- res/guide/
- res/gif/
- res/lottie/
- res/rive/