forked from Taiwrash/ffe-minna2023-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
44 lines (35 loc) · 925 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
name: wordlearnffeminna2023
description: Flutter App Built and Deployed at Flutter Forward Extended Minna 2023 - Demo.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1+1
environment:
sdk: '>=2.18.4 <3.0.0'
dependencies:
flutter:
sdk: flutter
english_words: ^4.0.0
provider: ^6.0.0
dev_dependencies:
flutter_launcher_icons: "^0.12.0"
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
flutter_icons:
android: "icon2.png"
ios: true
image_path: "icon2.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "path/to/icon2.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "path/to/icon2.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "path/to/icon2.png"