-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
54 lines (48 loc) · 1.12 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: wetter_app
description: "iOS Weather App Imitation with Flutter by Arif Ayduran"
publish_to: "none"
version: 0.1.0
environment:
sdk: ^3.5.1
dependencies:
flutter:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_sficon: ^1.1.2
flutter_slidable: ^3.1.2
flutter_typeahead: ^5.2.0
geocoding: ^3.0.0
geolocator: ^13.0.1
http: ^1.2.2
intl: ^0.19.0
shared_preferences: ^2.3.2
smooth_page_indicator: ^1.2.0+3
video_player: ^2.9.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/videos/
- assets/animations/
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/images/icon.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/images/icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/images/icon.png"