-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
54 lines (49 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
name: covidvaccineapp
description: Covid vaccine distribution app.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
# Do not try to upgrade versions. May cause build fails due to issues in any package
dependencies:
flutter:
sdk: flutter
percent_indicator: ^2.1.7+4
http: ^0.12.2
firebase_core: ^0.5.0+1
firebase_auth: ^0.18.1+2
font_awesome_flutter: ^8.10.0
google_fonts: ^1.1.1
expandable: ^4.1.4
cloud_firestore: ^0.14.1+3
# Hotfixed version from github as current stable and beta branches do not work with the latest version of package
# https://github.com/danvick/flutter_form_builder/issues/382
flutter_form_builder: ^3.14.0-alpha.1
bubble_tab_indicator: ^0.1.4
fl_chart: ^0.11.1
modal_progress_hud: ^0.1.3
liquid_swipe: ^1.5.0
wave: ^0.1.0
intl: ^0.16.1
cupertino_icons: ^0.1.3
provider: ^4.3.2+2
google_maps_flutter: ^1.0.3
location: ^3.0.2
google_maps_webservice: ^0.0.18
geocoding: ^1.0.5
share: ^0.6.5+3
wiredash: ^0.3.0
animated_text_kit: ^2.5.4
assets_audio_player: ^2.0.13+1
flutter_barcode_scanner: ^1.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.8.1
flutter:
uses-material-design: true
assets:
- Assets/
flutter_icons:
android: true
image_path: "Assets/app_logo.png"