forked from Mobile-Artificial-Intelligence/maid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
81 lines (71 loc) · 1.77 KB
/
pubspec.yaml
File metadata and controls
81 lines (71 loc) · 1.77 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
77
78
79
80
81
name: maid
description: 'A cross-platform Flutter app for chatting with AI.'
publish_to: 'none'
version: 2.0.4+2253
environment:
sdk: ^3.6.1
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
shared_preferences: ^2.5.2
flutter_colorpicker: ^1.1.0
tree_structs: ^1.0.8
image: ^4.5.2
crypto: ^3.0.6
http: ^1.3.0
yaml: ^3.1.3
# For loading images and GGUF files
file_picker: ^9.2.1
url_launcher: ^6.3.1
# Supported Ecosystems
lcpp: ^0.2.5
ollama_dart: ^0.2.2+1
openai_dart: ^0.4.5
mistralai_dart: ^0.0.3+4
anthropic_sdk_dart: ^0.2.0+1
# For searching local network for ollama
device_info_plus: ^11.3.0
permission_handler: ^11.3.1
network_info_plus: ^6.1.3
lan_scanner: ^4.0.0+1
# The maintainer of this package has not updated the package on pub.dev
# https://github.com/KasemJaffer/receive_sharing_intent/issues/354
receive_sharing_intent:
git:
url: https://github.com/KasemJaffer/receive_sharing_intent
ref: 2cea396843cd3ab1b5ec4334be4233864637874e
web: ^1.1.1
dio: ^5.8.0+1
path_provider: ^2.1.5
dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.14.3
flutter:
generate: true
uses-material-design: true
assets:
- images/logo.png
- images/logo-dark.png
- huggingface.yaml
flutter_launcher_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "images/logo.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "images/logo-foreground.png"
adaptive_icon_monochrome: "images/logo-mono.png"
windows:
generate: true
image_path: "images/logo.png"
icon_size: 48
macos:
generate: true
image_path: "images/logo.png"