-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
62 lines (48 loc) · 1.25 KB
/
pubspec.yaml
File metadata and controls
62 lines (48 loc) · 1.25 KB
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
62
name: valvet_recorder
description: Notes app with built-in audio and video recording features.
version: 1.1.0+2
publish_to: "none"
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
provider: ^6.1.2
# Audio recording
record: ^5.0.3
# Video recording (camera preview + video files)
camera: ^0.11.0+2
# Local file paths
path_provider: ^2.1.3
path: ^1.9.0
# Runtime permissions
permission_handler: ^11.3.0
# Local database for notes + recordings metadata
sqflite: ^2.3.3+1
# Date formatting
intl: ^0.19.0
# Open audio/video with system player
open_filex: ^4.5.0
flutter_foreground_task: ^8.17.0
shared_preferences: ^2.3.2
video_player: ^2.9.2
just_audio: ^0.9.42
flutter_file_dialog: ^3.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.2
flutter_launcher_icons: ^0.14.4
flutter_launcher_icons:
android: true
image_path: "assets/icon.png"
adaptive_icon_background: "#000000"
adaptive_icon_foreground: "assets/icon.png"
flutter:
uses-material-design: true
assets:
- assets/icon.png
dependency_overrides:
record_linux: ^1.2.1
record_platform_interface: ^1.4.0