-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpubspec.yaml
More file actions
43 lines (34 loc) · 707 Bytes
/
pubspec.yaml
File metadata and controls
43 lines (34 loc) · 707 Bytes
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
name: another_authenticator
description: "Another two-factor authentication app."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.5.3
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Flutter team dependencies
intl: ^0.19.0
# Flutter plugins
path_provider: ^2.1.4
url_launcher: ^6.3.0
package_info_plus: ^8.0.2
# Internal
another_authenticator_totp:
path: ./totp
another_authenticator_state:
path: ./state
# External
barcode_scan2: 4.3.3
provider: ^6.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
generate: true
uses-material-design: true
assets:
- graphics/icon.png