-
Notifications
You must be signed in to change notification settings - Fork 5
/
pubspec.yaml
50 lines (40 loc) · 876 Bytes
/
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
name: covid19_statistics
description: Estatísticas do COVID-19 no Brasil.
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Flutter
cupertino_icons: ^0.1.2
# Pub
dio: ^3.0.9
mobx: ^1.0.2+2
flutter_mobx: ^1.0.1
find_dropdown: ^0.1.8
intl: ^0.16.1
flutter_launcher_icons: ^0.7.4
google_maps_flutter:
flutter_map: ^0.8.2
map_markers: ^0.1.0
flutter_map_marker_cluster: 0.2.7
syncfusion_flutter_charts: 18.1.36
# flutter_plugin_android_lifecycle: ^1.0.6
dependency_overrides:
intl: ^0.16.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.8.0
mobx_codegen: ^1.0.2
flutter:
uses-material-design: true
assets:
- images/background.jpg
flutter_icons:
android: "ic_launcher"
ios: true
image_path: "images/icon.png"