-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
49 lines (40 loc) · 879 Bytes
/
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
name: dart_ice_and_fire
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 3.1.0
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
cupertino_icons: ^1.0.8
dio: ^5.5.0
dio_cache_interceptor: ^3.5.0
flex_color_scheme: ^7.3.1
flutter:
sdk: flutter
flutter_riverpod: ^2.5.1
get_it: ^7.7.0
search_page: ^2.3.0
url_launcher: ^6.3.0
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_lints: ^4.0.0
flutter_native_splash: ^2.4.1
flutter_test:
sdk: flutter
flutter_icons:
android: true
ios: true
image_path: "assets/icon.png"
remove_alpha_ios: false
min_sdk_android: 22
web:
generate: false
windows:
generate: false
flutter_native_splash:
color: "#162845"
image: assets/icon.png
android: true
ios: true
flutter:
uses-material-design: true