-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
76 lines (61 loc) · 1.4 KB
/
Copy pathpubspec.yaml
File metadata and controls
76 lines (61 loc) · 1.4 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
76
name: nyxchat
description: "NyxChat — Decentralized P2P encrypted messaging"
publish_to: 'none'
version: 2.0.0+2
environment:
sdk: ^3.11.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
# Cryptography
cryptography: ^2.7.0
flutter_secure_storage: ^9.2.4
convert: ^3.1.2
# Storage
hive: ^2.2.3
hive_flutter: ^1.1.0
path_provider: ^2.1.5
# State Management
provider: ^6.1.2
# Networking
bonsoir: ^5.1.2
uuid: ^4.5.1
# BLE Mesh & Relay
flutter_blue_plus: ^1.35.2
permission_handler: ^11.3.1
web_socket_channel: ^3.0.2
# Background & Hardware Sensors
flutter_background_service: 5.1.0
flutter_local_notifications: ^17.1.1
sensors_plus: ^5.0.1
# High Bandwidth P2P Fallback (Wi-Fi Direct)
nearby_connections: ^4.3.0
# UI
shimmer: ^3.0.0
flutter_animate: ^4.5.2
animate_do: ^3.3.4
intl: ^0.19.0
file_picker: ^8.1.6
post_quantum: ^1.0.0-prerelease.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.3
flutter_native_splash: ^2.4.4
flutter_native_splash:
color: "#000000"
image: "favicon.png"
android_12:
color: "#000000"
image: "favicon.png"
flutter_launcher_icons:
android: true
ios: false
image_path: "favicon.png"
min_sdk_android: 21
adaptive_icon_background: "#000000"
adaptive_icon_foreground: "favicon.png"
flutter:
uses-material-design: true