-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
83 lines (79 loc) · 1.78 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
name: autogram
description: "Autogram v mobile"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.4+35
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
eidmsdk:
path: ../eidmsdk_flutter
autogram_sign:
path: ../autogram_sign
package_info_plus:
share_plus:
wakelock_plus:
flutter_svg:
http:
chopper: '>=7.4.0 <8.0.0'
injectable: ^2.2.0
get_it: ^7.6.1
flutter_hooks: ^0.20.5
localstorage: ^4.0.1+4
pdf:
printing: ^5.12.0
webview_flutter:
webview_flutter_web:
logging:
path:
path_provider:
file_picker:
flutter_bloc: ^8.0.0
provider:
basic_utils:
intl:
dotted_border: ^2.1.0
notified_preferences:
widgetbook_annotation: ^3.1.0
widgetbook: ^3.7.0
firebase_core:
firebase_crashlytics:
url_launcher:
mobile_scanner:
html:
flutter_markdown:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
test:
build_runner:
injectable_generator: ^2.2.0
widgetbook_generator: ^3.7.0
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
assets:
- assets/icons/menu.svg
- assets/icons/qr_code_scanner.svg
- assets/images/autogram_logo.png
- assets/images/close.svg
- assets/images/lock.svg
- assets/images/notification.svg
- assets/images/danger.svg
- assets/images/info.svg
- assets/images/tick.svg
fonts:
- family: Source Sans 3
fonts:
- asset: assets/fonts/SourceSans3-Regular.ttf
- asset: assets/fonts/SourceSans3-It.ttf
style: italic
- asset: assets/fonts/SourceSans3-Bold.ttf
weight: 700
- asset: assets/fonts/SourceSans3-BoldIt.ttf
weight: 700
style: italic