Skip to content
Open
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
4 changes: 2 additions & 2 deletions examples/composer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ environment:
resolution: workspace

dependencies:
dartantic_ai: ^3.0.0
dartantic_ai: ^3.2.0
flutter:
sdk: flutter
flutter_code_editor: ^0.3.5
flutter_highlight: ^0.7.0
genui: ^0.7.0
highlight: ^0.7.0
logging: ^1.3.0
window_manager: ^0.4.3
window_manager: ^0.5.1
yaml: ^3.1.3

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_chat/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ environment:
resolution: workspace

dependencies:
dartantic_ai: ^3.0.0
dartantic_ai: ^3.2.0
flutter:
sdk: flutter
genui: ^0.7.0
Expand Down
8 changes: 4 additions & 4 deletions examples/travel_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ dependencies:
flutter:
sdk: flutter
genui: ^0.7.0
google_cloud_ai_generativelanguage_v1beta: ^0.4.0
google_cloud_protobuf: ^0.4.0
google_cloud_rpc: ^0.4.0
google_cloud_type: ^0.4.0
google_cloud_ai_generativelanguage_v1beta: ^0.5.0
google_cloud_protobuf: ^0.5.0
google_cloud_rpc: ^0.5.0
google_cloud_type: ^0.5.0

gpt_markdown: ^1.1.4
intl: ^0.20.2
Expand Down
Loading