-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (29 loc) · 771 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
38 lines (29 loc) · 771 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
name: runanywhere_starter
description: A comprehensive starter app demonstrating RunAnywhere SDK capabilities - on-device AI for Flutter.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.12.0 <4.0.0'
flutter: '>=3.44.0'
dependencies:
flutter:
sdk: flutter
# RunAnywhere SDK packages (remote from pub.dev)
runanywhere: ^0.20.19
runanywhere_llamacpp: ^0.20.19
runanywhere_onnx: ^0.20.19
runanywhere_mlx: ^0.20.19
runanywhere_qhexrt: ^0.20.19
# UI and Icons
cupertino_icons: ^1.0.6
flutter_animate: ^4.5.0
google_fonts: ^6.2.1
# State management
provider: ^6.1.2
# Vision (VLM) — gallery + camera image input
image_picker: ^1.1.2
# Utilities
intl: ^0.19.0
http: ^1.2.0
flutter:
uses-material-design: true