-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
executable file
·54 lines (45 loc) · 1.2 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: io_flutter
description: A Flutter project to create an I/O App with the best of Flutter
version: 2.0.0
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
cached_network_image: ^3.2.0
cupertino_icons: ^1.0.4
flutter:
sdk: flutter
quick_actions: ^0.6.0+10
share_plus: ^4.0.4
side_header_list_view: ^1.0.0-nullsafety.0
url_launcher: ^6.1.0
dev_dependencies:
flutter_launcher_icons: ^0.9.2
flutter_lints: ^1.0.4
flutter_native_splash: ^2.1.6
flutter_test:
sdk: flutter
flutter_icons:
android: true
ios: true
image_path: "assets/img/light.png"
flutter_native_splash:
color: "#ffffff"
color_dark: "#121212"
image: "assets/img/light.png"
image_dark: "assets/img/dark.png"
# The following section is specific to Flutter.
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/
- assets/img/
- assets/json/
- assets/fonts/
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Regular.ttf
- asset: assets/fonts/Roboto-Bold.ttf
weight: 700
- asset: assets/fonts/Roboto-Medium.ttf