-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
54 lines (49 loc) · 1.63 KB
/
Copy pathpubspec.yaml
File metadata and controls
54 lines (49 loc) · 1.63 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
name: hark
description: "Hark — open-source, on-device voice assistant for Android. Discovers and controls apps via the OACP protocol."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.11.3
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
speech_to_text: ^7.3.0
flutter_tts: ^4.2.5
android_intent_plus: ^6.0.0
permission_handler: ^12.0.1
flutter_embedder: ^0.1.7
flutter_gemma: ^0.13.0
# SHA-256 for embedding cache invalidation keys. Lightweight, dart-only.
crypto: ^3.0.6
shared_preferences: ^2.5.0
# Android Keystore-backed encrypted storage for BYOK cloud API keys.
# Values are encrypted with a hardware-bound key; see README for the
# rooted-device caveat (flutter_secure_storage#947).
flutter_secure_storage: ^9.2.2
# OpenAI-compatible client for stage-2 cloud slot fill (BYOK Slice 3).
# Covers OpenAI direct, Azure OpenAI (via baseUrl + AzureApiKeyProvider
# + apiVersion), Gemini compat endpoint, and custom OpenAI-compatible
# backends (OpenRouter, vLLM, LiteLLM, etc.) with one client surface.
openai_dart: ^4.0.1
path_provider: ^2.1.0
forui: ^0.20.4
flutter_riverpod: ^3.3.1
go_router: ^17.2.0
installed_apps: ^2.1.1
package_info_plus: ^8.0.0
url_launcher: ^6.3.0
hark_platform:
path: packages/hark_platform
dependency_overrides:
# flutter_embedder v0.1.7 was built with codegen v2.11.1 but pub resolves
# the runtime to 2.12.0. Pin to match codegen until flutter_embedder updates.
flutter_rust_bridge: 2.11.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true
assets:
- assets/hark_logo.png