-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (33 loc) · 734 Bytes
/
pubspec.yaml
File metadata and controls
40 lines (33 loc) · 734 Bytes
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
name: nari
description: A mobile app made during SIH 2020 by Team Devingers from IIIT Kota.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
transparent_image: ^1.0.0
url_launcher: ^5.4.11
google_fonts: ^1.1.0
google_maps_flutter: ^0.5.28+1
geolocator: ^5.3.2+2
location: ^3.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_native_splash: ^0.1.9
flutter:
uses-material-design: true
assets:
- assets/logo/
- assets/bg/
- assets/emojis/
fonts:
- family: app_icons
fonts:
- asset: fonts/app_icons.ttf
flutter_native_splash:
image: assets/logo/200x200.png
color: "ffffff"