-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
51 lines (44 loc) · 1.21 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
name: weather_band
description: A new way to predict the weather to your greatest day.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.0.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
intl: ^0.18.0
shared_preferences: ^2.0.13
font_awesome_flutter: ^10.1.0
dio: ^5.1.2
flutter_svg: ^2.0.7
oktoast: ^3.2.0
flutter_modular: ^5.0.3
url_launcher: ^6.1.10
connectivity_plus: ^4.0.2
dio_cache_interceptor: ^3.4.2
dio_cache_interceptor_hive_store: ^3.2.1
path_provider: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-Regular.ttf
- asset: assets/fonts/Montserrat-Light.ttf
weight: 100
- asset: assets/fonts/Montserrat-Italic.ttf
style: italic
- asset: assets/fonts/Montserrat-Medium.ttf
weight: 500
- asset: assets/fonts/Montserrat-SemiBold.ttf
weight: 600
- asset: assets/fonts/Montserrat-Bold.ttf
weight: 700