-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
63 lines (48 loc) · 1.5 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
55
56
57
58
59
60
61
name: sliding_scene
description: Sliding Scene, a Flutter PuzzleHack Project
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.15.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
equatable: 2.0.3
flutter_redux: 0.8.2
rive: 0.8.1
firebase_core: 1.12.0
assets_audio_player: 3.0.4+1
cloud_firestore: 3.1.8
cupertino_icons: 1.0.2
dev_dependencies:
flutter_lints: ^1.0.0
flutter:
uses-material-design: true
assets:
- images/
- rive/
- sounds/music/purrple_cat-crescent_moon.mp3
- sounds/music/purrple_cat-cozy-fireplace.mp3
- sounds/effects/slide.wav
- sounds/effects/tick.mp3
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: MaShanZheng
fonts:
- asset: fonts/MaShanZheng-Regular.ttf
weight: 400
- family: Montserrat
fonts:
- asset: fonts/Montserrat-Regular.ttf
- asset: fonts/Montserrat-Bold.ttf
weight: 700
- asset: fonts/Montserrat-Italic.ttf
style: italic