-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
97 lines (92 loc) · 2.83 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
name: open_authenticator
description: A cross-platform OTP app, free and open-source.
# The following section is specific to Flutter packages.
publish_to: none
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
version: 1.0.8+11
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
animations: ^2.0.11
cloud_firestore: ^5.4.4
firebase_auth: ^5.3.1
firebase_core: ^3.6.0
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_riverpod: ^2.6.1
simple_secure_storage: ^0.3.1
jovial_svg: ^1.1.23
mobile_scanner: ^6.0.2
path_provider: ^2.1.5
shared_preferences: ^2.3.2
uuid: ^4.5.1
webcrypto: ^0.5.7
equatable: ^2.0.5
drift: ^2.21.0
sqlite3_flutter_libs: ^0.5.26
path: ^1.9.0
local_auth: ^2.3.0
package_info_plus: ^8.1.0
http: ^1.2.2
qr_flutter: ^4.1.0
intl: any
sqlite3: ^2.4.7
url_launcher: ^6.3.1
firebase_app_check: ^0.3.1
purchases_flutter: ^8.2.0
firebase_crashlytics: ^4.1.3
window_manager: ^0.4.3
slang: ^4.1.0
slang_flutter: ^4.1.0
purchases_ui_flutter: ^8.2.0
rate_my_app: ^2.2.0
app_links: ^6.3.2
hashlib: ^1.21.0
hashlib_codecs: ^2.6.0
scrollable_positioned_list: ^0.3.8
share_plus: ^10.1.1
wakelock_plus: ^1.2.8
dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
build_runner: ^2.4.13
drift_dev: ^2.21.2
flutter_lints: ^5.0.0
msix: ^3.16.8
slang_build_runner: ^4.1.0
custom_lint: ^0.6.6
riverpod_lint: ^2.6.1
yaml_magic: ^1.0.6
conventional_commit: ^0.6.0+1
dotenv: ^4.2.0
flutter:
# 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:
- assets/images/
- assets/images/authentication/
- assets/images/intro/
# `msix` package config.
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
trim_logo: false
capabilities: internetClientServer