-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
58 lines (52 loc) · 1.32 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
name: weathered
description: "An open source weather application made by GDSC-VITB"
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.2.4 <4.0.0'
dependencies:
app_settings: ^5.1.1
connectivity_plus: ^6.0.3
dynamic_color: ^1.6.9
flutter:
sdk: flutter
flutter_riverpod: ^2.4.10
flutter_svg: ^2.0.10+1
gap: ^3.0.1
geolocator: ^11.0.0
google_maps_flutter: ^2.2.8
http: ^1.2.0
intl: ^0.19.0
material_color_utilities: ^0.8.0
provider: ^6.1.2
shared_preferences: ^2.2.3
shimmer: ^3.0.0
url_launcher: ^6.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_lints: ^3.0.1
riverpod_lint: ^2.3.9
build_runner: ^2.4.8
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icons/logo.png"
adaptive_icon_foreground: "assets/icons/ic_launcher_adaptive_fore.png"
adaptive_icon_background: "assets/icons/ic_launcher_adaptive_back.png"
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/icons/weather/
# Fonts have been taken from fonts.google.com
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600