-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (24 loc) · 990 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
27 lines (24 loc) · 990 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
name: llm_chat
publish_to: none
environment:
sdk: ">=3.12.0 <4.0.0"
dev_dependencies:
test: ^1.26.0
http: ^1.2.0
# Pinned to the tag matching the vendored `zonai` binary. The CLI refuses to
# compile against a schema that crosses a breaking-change boundary from its own
# version, so these two move together or not at all — bump `zonai.yaml`'s
# `version:` and this `ref:` in the same commit.
#
# This USED to carry dependency_overrides for raindrop, raindrop_sqlite,
# resqlite and scoped_deps, pinned to git refs. They are gone, and one of them
# is why: `raindrop` is a PRIVATE repo, so `dart pub get` here could only ever
# have worked for someone with access to it. That was invisible while this repo
# was private too, and would have made a public clone unbuildable on the first
# command anybody ran. zonai 0.6.2 resolves them itself.
dependencies:
zonai_schema:
git:
url: https://github.com/mrgnhnt96/zonai.git
ref: v0.7.1
path: libs/zonai_schema