-
Notifications
You must be signed in to change notification settings - Fork 6
/
pubspec.yaml
132 lines (123 loc) · 3.31 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
name: registro_elettronico
description: Better and faster of the original.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 2.7.0+19
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
time_machine:
git:
url: https://github.com/Dana-Ferguson/time_machine
ref: 7753e0d
auto_size_text: ^2.1.0
collection: ^1.14.13
cupertino_icons: null
dartz: ^0.9.2
data_connection_checker: ^0.3.4
dio: ^3.0.10
esys_flutter_share: ^1.0.2
expandable: ^4.1.4
extended_tabs: ^1.0.1
f_logs: ^1.2.2
firebase_analytics: ^6.3.0
firebase_core: ^0.5.3
firebase_crashlytics: ^0.2.4
firebase_messaging: ^7.0.3
fl_chart: ^0.12.2
flutter_bloc: ^6.1.1
flutter_circular_chart: ^0.1.0
flutter_colorpicker: ^0.3.4
flutter_email_sender: ^4.0.0
flutter_launcher_icons: ^0.8.1
flutter_local_notifications: ^3.0.2
flutter_search_bar: ^2.1.0
flutter_secure_storage: ^3.3.5
flutter_svg: null
flutter_webview_plugin: ^0.3.11
font_awesome_flutter: ^8.11.0
get_it: ^5.0.3
injector: ^1.0.9
intl: ^0.16.1
liquid_progress_indicator: ^0.3.2
liquid_swipe: ^1.5.0
moor: null
moor_db_viewer: ^2.0.3
numberpicker: ^1.3.0
open_file: ^3.0.3
package_info: ^0.4.3+2
path_provider: ^1.6.24
pedantic: ^1.9.2
percent_indicator: ^2.1.9
pull_to_refresh: ^1.6.3
random_string: ^2.1.0
retrofit: ^1.3.4+1
rxdart: ^0.25.0
screenshot: ^0.2.0
shared_preferences: ^0.5.12+4
sqlite3_flutter_libs: ^0.4.0
table_calendar: ^2.3.3
timetable: ^0.2.7
tinycolor: ^1.0.3
tuple: ^1.0.3
url_launcher: ^5.7.10
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: null
json_serializable: ^3.5.1
moor_generator: null
retrofit_generator: null
dependency_overrides:
rxdart: ^0.25.0
time_machine:
git:
url: https://github.com/Dana-Ferguson/time_machine
ref: 7753e0d
flutter_icons:
android: true
ios: true
image_path: "assets/icons/launcher_icon.png"
flutter:
assets:
- assets/icons/
- assets/icons/subjects/
- lang/en.json
- lang/it.json
- packages/time_machine/data/cultures/cultures.bin
- packages/time_machine/data/tzdb/tzdb.bin
uses-material-design: true
fonts:
- family: Manrope
fonts:
- asset: assets/fonts/GoogleSans-Regular.ttf
- asset: assets/fonts/GoogleSans-Bold.ttf
weight: 900
- asset: assets/fonts/GoogleSans-Bold.ttf
weight: 700
# - asset: assets/fonts/Gilroy-Light.ttf
# weight: 200
- asset: assets/fonts/GoogleSans-Regular.ttf
weight: 400
- asset: assets/fonts/GoogleSans-Medium.ttf
weight: 600
# - family: Montserrat
# fonts:
# - asset: assets/fonts/Montserrat-Regular.otf
# - asset: assets/fonts/Montserrat-Bold.otf
# weight: 700
# - asset: assets/fonts/Montserrat-Black.otf
# weight: 800
# - asset: assets/fonts/Montserrat-ExtraBold.otf
# weight: 900
# - asset: assets/fonts/Montserrat-Italic.otf
# style: italic
# - asset: assets/fonts/Montserrat-Light.otf
# weight: 200
# - asset: assets/fonts/Montserrat-Regular.otf
# weight: 400
# - asset: assets/fonts/Montserrat-Medium.otf
# weight: 300