-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
44 lines (34 loc) · 927 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: let_me_out
description: erf's Google sliding puzzle hack comp entry
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+2
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
soundpool: ^2.3.0
dev_dependencies:
flutter_test:
sdk: flutter
change_app_package_name: ^1.0.0
flutter_lints: ^1.0.0
flutter_launcher_icons: ^0.9.2
flutter_icons:
image_path: "assets/images/let_me_out.png"
image_path_android: "assets/images/let_me_out.png"
image_path_ios: "assets/images/let_me_out.jpg"
android: true
ios: true
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/sounds/
fonts:
- family: Major Mono Display
fonts:
- asset: fonts/MajorMonoDisplay-Regular.ttf