-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
44 lines (39 loc) · 838 Bytes
/
pubspec.yaml
File metadata and controls
44 lines (39 loc) · 838 Bytes
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: meecha
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
environment:
sdk: ^3.10.4
dependencies:
app_links: ^7.0.0
flutter:
sdk: flutter
flutter_inappwebview: ^6.1.5
flutter_secure_storage: ^10.0.0
http: ^1.6.0
permission_handler: ^12.0.1
url_launcher: ^6.3.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "icon.png"
min_sdk_android: 21 # android min sdk version
web:
generate: true
image_path: "icon.png"
background_color: "#ffffff"
theme_color: "#ffffff"
windows:
generate: true
image_path: "icon.png"
icon_size: 48
macos:
generate: true
image_path: "icon.png"
flutter:
uses-material-design: true