forked from Nikhil-Reddy-Sanikommu/filcnaplo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
118 lines (110 loc) · 3.21 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
name: filcnaplo
description: "Nem hivatalos e-napló alkalmazás az e-Kréta rendszerhez"
version: 2.1.6-pre3+85
publish_to: none
environment:
sdk: ">=2.11.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
http: ^0.13.1
cupertino_icons: ^1.0.2
dynamic_theme:
git:
url: https://github.com/Norbert515/dynamic_theme
feather_icons_flutter: ^4.7.4
flutter_typeahead: ^2.0.0
file_picker: ^2.1.6
package_info: ^2.0.0
intl: ^0.17.0
flutter_linkify: ^5.0.1
url_launcher: ^5.4.10
flutter_html: ^1.0.0
share: any
sqflite: ^2.0.0+3
permission_handler: ^5.0.0
path_provider: ^2.0.1
tinycolor: ^1.0.2
open_file: ^3.0.1
background_fetch: ^0.7.0
circular_reveal_animation: ^2.0.0
flutter_speed_dial:
git:
url: https://github.com/irasekh3/flutter_speed_dial
ref: master
image_cropper: ^1.2.3
fl_chart: ^0.20.1
flutter_material_color_picker: ^1.0.5
flutter_swiper: ^1.1.6
in_app_review: ^1.0.4
pdf: ^3.0.1
printing: ^5.0.0
photo_view: ^0.11.1
downloads_path_provider: ^0.1.0
webview_flutter: any
flutter_staggered_animations:
git:
url: https://github.com/josh-burton/flutter_staggered_animations.git
ref: findAncestorWidgetOfExactType
flutter_web_browser: ^0.14.0
sliding_sheet: ^0.5.0
flutter_markdown: ^0.6.1
#dev_dependencies:
# flutter_test:
# sdk: flutter
#dependency_overrides:
# flutter_svg: 0.20.0-nullsafety.3
# path_drawing: ^0.5.0-nullsafety.0
# path_parsing: ^0.2.0-nullsafety
flutter:
uses-material-design: true
assets:
- assets/
fonts:
- family: GoogleSans
fonts:
- asset: fonts/GoogleSans/GoogleSans-Regular.ttf
- asset: fonts/GoogleSans/GoogleSans-Bold.ttf
weight: 700
- asset: fonts/GoogleSans/GoogleSans-Italic.ttf
style: italic
- asset: fonts/GoogleSans/GoogleSans-BoldItalic.ttf
weight: 700
style: italic
- asset: fonts/GoogleSans/GoogleSans-Medium.ttf
weight: 500
- asset: fonts/GoogleSans/GoogleSans-MediumItalic.ttf
style: italic
weight: 500
- family: SpaceMono
fonts:
- asset: fonts/SpaceMono/SpaceMono-Regular.ttf
- asset: fonts/SpaceMono/SpaceMono-Bold.ttf
weight: 700
- asset: fonts/SpaceMono/SpaceMono-Italic.ttf
style: italic
- asset: fonts/SpaceMono/SpaceMono-BoldItalic.ttf
weight: 700
style: italic
- family: RedHatDisplay
fonts:
- asset: fonts/RedHatDisplay/RedHatDisplay-Regular.ttf
- asset: fonts/RedHatDisplay/RedHatDisplay-Bold.ttf
weight: 700
- asset: fonts/RedHatDisplay/RedHatDisplay-Italic.ttf
style: italic
- asset: fonts/RedHatDisplay/RedHatDisplay-BoldItalic.ttf
weight: 700
style: italic
- asset: fonts/RedHatDisplay/RedHatDisplay-Medium.ttf
weight: 500
- asset: fonts/RedHatDisplay/RedHatDisplay-MediumItalic.ttf
style: italic
weight: 500
- asset: fonts/RedHatDisplay/RedHatDisplay-Black.ttf
weight: 800
- asset: fonts/RedHatDisplay/RedHatDisplay-BlackItalic.ttf
style: italic
weight: 800