-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
45 lines (33 loc) · 808 Bytes
/
pubspec.yaml
File metadata and controls
45 lines (33 loc) · 808 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
37
38
39
40
41
42
43
44
45
name: simplepad
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
environment:
sdk: ^3.10.4
dependencies:
flutter:
sdk: flutter
# For state management and navigation
get: ^4.6.6
# For local database storage
hive: ^2.2.3
hive_flutter: ^1.1.0
# For the staggered grid view on the home page
flutter_staggered_grid_view: ^0.7.0
# For finding folders to save audio files
path_provider: ^2.1.2
# For recording voice notes
record: ^6.1.1
# For picking audio files from the file manager
file_picker: ^8.0.0
# For playing audio files
audioplayers: ^5.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
# For generating Hive code
hive_generator: ^2.0.1
build_runner: ^2.4.8
flutter:
uses-material-design: true