-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
61 lines (54 loc) · 1.29 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
name: tuflota
description: 'Aplicación para administrar flota de vehículos'
publish_to: 'none'
version: 0.0.1
environment:
sdk: '>=2.19.6 <3.0.0'
dependencies:
flutter:
sdk: flutter
fluttertoast: ^8.2.2
flutter_chat_bubble: ^2.0.2
flutter_local_notifications: ^17.2.3
flutter_launcher_icons: ^0.14.0
flutter_native_splash: ^2.3.0
shared_preferences: ^2.1.1
cupertino_icons: ^1.0.5
http: ^1.2.2
url_launcher: ^6.1.11
async: ^2.11.0
permission_handler: ^11.3.1
rxdart: ^0.28.0
firebase_messaging: ^15.1.2
firebase_core: ^3.5.0
firebase_auth: ^5.3.0
firebase_database: ^11.1.3
cloud_firestore: ^5.4.2
intl: ^0.19.0
path_provider: ^2.0.15
syncfusion_flutter_calendar: ^27.1.48
pdf: ^3.10.4
flutter_pdfview: ^1.2.7
printing: ^5.12.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "web/icons/logo.png"
adaptive_icon_background: "web/icons/logo.png"
adaptive_icon_foreground: "web/icons/logo.png"
flutter:
uses-material-design: true
assets:
- images/
- assets/fonts/
- web/config.json
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Regular.ttf
- asset: assets/fonts/Roboto-Bold.ttf
weight: 700