-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpubspec.yaml
More file actions
100 lines (93 loc) · 2.42 KB
/
Copy pathpubspec.yaml
File metadata and controls
100 lines (93 loc) · 2.42 KB
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
name: open_authenticator
description: A cross-platform OTP app, free and open-source.
publish_to: none
version: 2.1.0+28
homepage: https://openauthenticator.app
repository: https://github.com/openauthenticator-app/openauthenticator
issue_tracker: https://github.com/openauthenticator-app/openauthenticator/issues
funding:
- https://ko-fi.com/Skyost
- https://paypal.me/Skyost
environment:
sdk: '>=3.12.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
animations: ^2.2.0
flutter_riverpod: ^3.4.2
simple_secure_storage: ^0.4.2
jovial_svg: ^1.1.30
mobile_scanner: ^7.4.0
html: ^0.15.6
path_provider: ^2.1.6
shared_preferences: ^2.5.5
uuid: ^4.6.0
equatable: ^2.1.0
drift: ^2.34.3
drift_flutter: ^0.3.1
path: ^1.9.1
local_auth: ^3.0.2
package_info_plus: ^10.2.1
http: ^1.6.0
qr_flutter: ^4.1.0
intl: any
url_launcher: ^6.3.2
purchases_flutter: ^10.9.0
purchases_ui_flutter: ^10.9.0
purchases_dart:
git:
url: https://github.com/openauthenticator-app/purchases-dart.git
window_manager: ^0.5.2
slang: ^4.19.0
slang_flutter: ^4.19.0
rate_my_app: ^2.4.1
app_links: ^7.2.1
hashlib: ^2.4.2
convertlib: ^3.6.1
cipherlib: ^0.7.2
scrollable_positioned_list: ^0.3.8
share_plus: ^13.3.0
wakelock_plus: ^1.7.0
file_picker: ^12.0.0
connectivity_plus: ^7.3.1
connectivity_plus_linux_portal: ^0.0.4
sentry_flutter: ^9.27.0
forui: ^0.25.0
forui_assets: ^0.25.0
custom_refresh_indicator: ^4.0.1
# TODO: Remove Firebase dependencies once migration is finished.
firebase_core: ^4.13.0
firebase_auth: ^6.5.7
cloud_firestore: ^6.8.0
dev_dependencies:
flutter_lints: ^6.0.0
build_runner: ^2.16.0
drift_dev: ^2.34.5
msix: ^3.18.0
riverpod_lint: ^3.1.8
release: ^0.1.10
args: ^2.7.0
dependency_overrides:
xml: ^7.0.1
flutter:
assets:
- assets/images/
- assets/images/authentication/
- assets/images/intro/
msix_config:
display_name: Open Authenticator
publisher_display_name: Skyost
identity_name: 32411Skyost.OpenAuthenticator
publisher: CN=13F97469-F5E7-4417-A3EC-E47287736FE3
store: true
logo_path: windows/msix.png
languages: en, fr, de, pt, it
trim_logo: false
capabilities: internetClientServer
protocol_activation: rc-653ef11675,otpauth,openauthenticator
release:
changelog:
header: '# 📰 Open Authenticator changelog'
defaultIgnoredScopes: ['docs', 'version', 'deps', 'flatpak']