-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
60 lines (51 loc) · 1.14 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
name: treninoo
description: My first flutter project with Trenitalia API
version: 1.0.0+1
# android: 8
environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
shared_preferences: ^2.0.11
flutter_typeahead: ^4.0.0
cupertino_icons: ^1.0.5
provider: ^6.0.3
flutter_bloc: ^8.1.3
equatable: ^2.0.0
intl: ^0.18.0
firebase_core: ^2.10.0
url_launcher: ^6.0.18
adaptive_theme: ^3.1.0
table_calendar: ^3.0.8
dio: ^5.4.0
native_dio_adapter: ^1.0.0+2
flutter_boxicons: ^3.0.0
firebase_crashlytics: ^3.5.7
firebase_analytics: ^10.10.7
timelines: ^0.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.0
integration_test:
sdk: flutter
flutter_icons:
android: false
ios: true
image_path: "assets/icon/icon.png"
remove_alpha_ios: true
flutter:
uses-material-design: true
assets:
- assets/
- assets/response/
fonts:
- family: Cabin
fonts:
- asset: fonts/Cabin-Bold.ttf
- asset: fonts/Cabin-Medium.ttf
- asset: fonts/Cabin-Regular.ttf
- asset: fonts/Cabin-SemiBold.ttf