-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (31 loc) · 831 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
37 lines (31 loc) · 831 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
name: claudio_sdk
description: >-
Multi-provider AI SDK for Dart/Flutter with Anthropic Messages API-compatible
interface. Supports Anthropic, DeepSeek, and more.
version: 0.1.12
homepage: https://github.com/faisalaffan/claudio
repository: https://github.com/faisalaffan/claudio
issue_tracker: https://github.com/faisalaffan/claudio/issues
documentation: https://github.com/faisalaffan/claudio
topics:
- ai
- llm
- anthropic
- claude
- sdk
screenshots:
- description: "Terminal output example"
path: screenshots/terminal_example.png
- description: "Package architecture"
path: screenshots/architecture.png
funding:
- https://github.com/sponsors/faisalaffan
environment:
sdk: ^3.0.0
dependencies:
http: ^1.2.0
meta: ^1.12.0
dev_dependencies:
lints: ^5.1.1
mockito: ^5.4.0
test: ^1.29.0