forked from covid19cuba/covid19cuba-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
63 lines (56 loc) · 1.37 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
name: covid19cuba
description: Mobile application of Covid19 Cuba Data project implemented with Flutter.
version: 0.6.1+10
environment:
sdk: ">=2.6.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
flutter_bloc: ^3.1.0
equatable: ^1.0.0
shared_preferences: ^0.5.6
preferences: ^5.1.0
charts_flutter: ^0.9.0
http: ^0.12.0
getflutter: ^1.0.0-dev.1
flutter_launcher_icons: ^0.7.4
url_launcher: ^5.4.1
flutter_local_notifications: ^1.3.0
background_fetch: ^0.5.1
webview_flutter:
path: ./webview_flutter
package_info: ^0.4.0+16
introduction_screen: ^1.0.8
json_annotation: ^3.0.0
font_awesome_flutter: ^8.5.0
share: ^0.6.3+5
demoji: ^1.0.1
random_color:
path: ./RandomColor
crypto: ^2.1.4
country_pickers: ^1.2.0
flutter_linkify: ^3.1.0
dev_dependencies:
flutter_native_splash: ^0.1.9
build_runner: ^1.0.0
json_serializable: ^3.2.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/js/leaflet.js
- assets/js/jquery.min.js
- assets/js/map.js
- assets/css/bootstrap.min.css
- assets/css/custom.css
- assets/css/leaflet.css
- assets/provincias.geojson
- assets/municipios.geojson
- assets/js/geojsondata.js
- assets/map.html
- assets/map2.html
- assets/js/municipios.js
flutter_native_splash:
image: assets/images/icon.jpg
color: "1c1340"