-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
75 lines (60 loc) · 1.43 KB
/
Copy pathpubspec.yaml
File metadata and controls
75 lines (60 loc) · 1.43 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
63
64
65
66
67
68
69
70
71
72
73
74
75
name: unbothered_notes
description: Capture thoughts, quotes, and page numbers from paper books without typing or breaking your reading flow.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# State Management
flutter_riverpod: ^2.4.9
riverpod_annotation: ^2.3.3
# Navigation
go_router: ^13.0.0
# Local Storage
hive: ^2.2.3
hive_flutter: ^1.1.0
path_provider: ^2.1.1
# Audio Recording
flutter_sound: ^9.2.13
permission_handler: ^11.1.0
# UI Components
cupertino_icons: ^1.0.2
flutter_animate: ^4.2.0
# Networking
dio: ^5.4.0
connectivity_plus: ^5.0.2
# Utilities
uuid: ^4.2.1
intl: ^0.18.1
equatable: ^2.0.5
freezed_annotation: ^2.4.1
# Audio Processing
audio_session: ^0.1.16
# Platform specific
volume_watcher: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
build_runner: ^2.4.8
freezed: ^2.4.6
json_serializable: ^6.7.1
riverpod_generator: ^2.3.9
hive_generator: ^2.0.1
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Regular.ttf
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-Bold.ttf
weight: 700