-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
43 lines (33 loc) · 866 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
name: algovis
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.8.0+2
environment:
sdk: '>=3.3.4 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_markdown: ^0.7.1
url_launcher: ^6.2.6
# run 'flutter pub run flutter_launcher_icons' to get the icons
flutter_launcher_icons:
android: true
image_path: "assets/logo/logo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/logo/logo.png"
# windows:
# generate: true
# image_path: "assets/icon.png"
# icon_size: 48 # min:48, max:256, default: 48
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
uses-material-design: true
assets:
- assets/algo_info/
- assets/logo/