-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
60 lines (53 loc) · 1.13 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
59
60
name: test_dota_api_app
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
environment:
sdk: ^3.5.1
dependencies:
flutter:
sdk: flutter
http:
shared_preferences:
smooth_page_indicator:
url_launcher:
control_style: ^0.1.0
flutter_inset_box_shadow: ^1.0.8
curved_navigation_bar: ^1.0.6
icons_launcher:
html:
carousel_slider:
html_unescape:
graphql:
cached_network_image:
rxdart:
animated_icon:
fl_chart:
intl:
flutter_svg:
font_awesome_flutter:
webview_flutter:
webview_flutter_android:
webview_flutter_wkwebview:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true
assets:
- lib/icons/
- lib/images/
fonts:
- family: Inter
fonts:
- asset: lib/fonts/Inter.ttf
icons_launcher:
image_path: "lib/images/D2TAppLogo.png"
platforms:
android:
enable: true
adaptive_foreground_image: "lib/images/D2TAppLogo.png" # Use the full logo as the foreground
adaptive_background_color: '#ffffff'
ios:
enable: true