-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
52 lines (42 loc) · 1.33 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
name: slap
version: 1.0.1+4
description: >-
Sleep like a Pancake! (slap) is a simple, open source, ad-free, mildly-mindful sleep sound
app utilizing audio files from Freesound.org, mindful meditations from
The Free Mindfulness Project (mostly) and noises generated by the author via Audacity.
It was created with Flutter.
#homepage:
repository: https://github.com/ryanlath/slap
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.22.2 <2.0.0"
dependencies:
flutter:
sdk: flutter
path_provider: ^1.6.27
just_audio: ^0.6.12
audio_service: ^0.16.2
audio_session: ^0.0.11
shared_preferences: ^0.4.3
key_value_store_flutter: ^1.0.0
package_info: ^0.4.3
flutter_markdown: ^0.5.2
url_launcher: ^5.7.10
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
# cupertino_icons: ^0.1.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/audio/Mindfulness/
- assets/audio/Nature/
- assets/audio/Noise/
- assets/audio/Rain/
- assets/audio/Water/
- CREDITS.md
- ABOUT.md
- android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png