-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
61 lines (43 loc) · 1.03 KB
/
pubspec.yaml
File metadata and controls
61 lines (43 loc) · 1.03 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
name: linkdqueue
description: "A reading queue manager for Linkding bookmarks."
publish_to: 'none'
version: 1.1.7+1
environment:
sdk: ^3.11.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
# State management
flutter_riverpod: ^2.5.1
riverpod_annotation: ^2.3.5
# HTTP client
dio: ^5.7.0
# Secure storage for API token
flutter_secure_storage: ^10.0.0
# Navigation
go_router: ^14.3.0
# Non-sensitive preferences
shared_preferences: ^2.3.2
# Open URLs in browser
url_launcher: ^6.3.1
# Swipe-to-action on list items
flutter_slidable: ^3.1.1
# Infinite scroll / pagination
infinite_scroll_pagination: ^4.0.0
# JSON serialization
json_annotation: ^4.9.0
# Share intent (mobile only)
receive_sharing_intent: ^1.8.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
# Code generation
build_runner: ^2.4.12
riverpod_generator: ^2.4.3
json_serializable: ^6.8.0
riverpod_lint: ^2.3.13
custom_lint: ^0.7.6
flutter:
uses-material-design: true