-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (31 loc) · 733 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (31 loc) · 733 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
name: note_alarm
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.10.4
dependencies:
flutter:
sdk: flutter
flutter_local_notifications: ^19.5.0
timezone: ^0.10.1
cupertino_icons: ^1.0.8
audioplayers: ^6.0.0
flutter_background_service: ^5.1.0
shared_preferences: ^2.2.3
dev_dependencies:
flutter_test:
sdk: flutter
intl: ^0.20.2
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.4
flutter:
uses-material-design: true
assets:
- assets/sounds/
- assets/images/
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/icon.png"
min_sdk_android: 21