-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpubspec.yaml
56 lines (49 loc) · 1.1 KB
/
pubspec.yaml
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
name: aub_ai
description: AubAI brings you on-device gen-AI capabilities, including offline text generation and more, directly within your app.
version: 1.1.0
homepage: https://aub.ai
repository: https://github.com/BrutalCoding/aub.ai
issue_tracker: https://github.com/BrutalCoding/aub.ai/issues
environment:
sdk: '>=3.1.3 <4.0.0'
flutter: '>=3.7.0'
dependencies:
ffi: ^2.1.0
flutter:
sdk: flutter
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
plugin_platform_interface: ^2.0.2
dev_dependencies:
ffigen: ^10.0.0
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
riverpod_generator: ^2.1.5
build_runner: ^2.4.6
custom_lint: ^0.5.6
riverpod_lint: ^2.3.3
freezed: ^2.3.3
json_serializable: ^6.7.1
flutter:
plugin:
platforms:
ios:
ffiPlugin: true
macos:
ffiPlugin: true
android:
ffiPlugin: true
linux:
ffiPlugin: true
windows:
ffiPlugin: true
funding:
- https://github.com/sponsors/BrutalCoding
- https://buymeacoffee.com/BrutalCoding
topics:
- ai
- llms
- llamacpp
- nlp
- text-generation