Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/archive/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Development for packages in this folder is frozen in this repo. Their development is moved to other repo.

See new location in pub.dev:

- https://pub.dev/packages/a2ui_agent
- https://pub.dev/packages/a2ui_core
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description: The A2UI agent SDK.
version: 0.0.1-wip
repository: https://github.com/flutter/genui/tree/main/packages/a2ui_agent

resolution: workspace

environment:
sdk: ">=3.10.0 <4.0.0"

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description: Core package for A2UI protocol.
repository: https://github.com/flutter/genui/tree/main/packages/a2ui_core
version: 0.1.0

resolution: workspace

environment:
sdk: ">=3.10.0 <4.0.0"

Expand Down
2 changes: 0 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ workspace:
- examples/simple_chat
- examples/verdure/client

- packages/a2ui_agent
- packages/a2ui_core
- packages/genui
- packages/genui_a2a
- packages/json_schema_builder
Expand Down
Loading