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
2 changes: 1 addition & 1 deletion examples/catalog_gallery/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: "none"
version: 1.0.0+1

environment:
sdk: ">=3.9.2 <4.0.0"
sdk: ">=3.10.0 <4.0.0"
flutter: ">=3.35.7 <4.0.0"

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion examples/composer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: "none"
version: 0.1.0

environment:
sdk: ">=3.9.2 <4.0.0"
sdk: ">=3.10.0 <4.0.0"
flutter: ">=3.35.7 <4.0.0"

resolution: workspace
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 @@ -7,7 +7,7 @@ publish_to: "none"
version: 0.1.0

environment:
sdk: ">=3.9.2 <4.0.0"
sdk: ">=3.10.0 <4.0.0"
flutter: ">=3.35.7 <4.0.0"

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion packages/genai_primitives/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ issue_tracker: https://github.com/flutter/genui/issues
# This package is not included in monorepo to avoid circular dependencies and unrelated updates.

environment:
sdk: ">=3.9.2 <4.0.0"
sdk: ">=3.10.0 <4.0.0"

dependencies:
collection: ^1.19.1
Expand Down
2 changes: 1 addition & 1 deletion packages/genui_a2a/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license: BSD-3-Clause
issue_tracker: https://github.com/flutter/genui/issues

environment:
sdk: ">=3.9.2 <4.0.0"
sdk: ">=3.10.0 <4.0.0"
flutter: ">=3.35.7 <4.0.0"

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion packages/json_schema_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license: BSD-3-Clause
issue_tracker: https://github.com/flutter/genui/issues

environment:
sdk: ">=3.9.2 <4.0.0"
sdk: ">=3.10.0 <4.0.0"

resolution: workspace

Expand Down
4 changes: 2 additions & 2 deletions packages/ui_primitives/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
name: ui_primitives
description: Highly experimental package.
repository: https://github.com/flutter/genui/tree/main/packages/ui_primitives
version: 0.1.0
version: 0.2.0

resolution: workspace

environment:
sdk: ">=3.9.2 <4.0.0"
sdk: ">=3.10.0 <4.0.0"

dependencies:
leak_tracker: ^11.0.2
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: none
license: BSD-3-Clause

environment:
sdk: ">=3.9.2 <4.0.0"
sdk: ">=3.10.0 <4.0.0"
flutter: ">=3.35.7 <4.0.0"

workspace:
Expand All @@ -17,7 +17,7 @@ workspace:
- examples/simple_chat
- examples/travel_app
- examples/verdure/client

- packages/genui
- packages/genui_a2a
- packages/json_schema_builder
Expand Down
2 changes: 1 addition & 1 deletion tool/fix_copyright/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: A command line app to fix copyright headers.
version: 0.1.0

environment:
sdk: ">=3.9.2 <4.0.0"
sdk: ">=3.10.0 <4.0.0"

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion tool/release/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: A tool for managing releases in the genui monorepo.
publish_to: none

environment:
sdk: ">=3.9.2 <4.0.0"
sdk: ">=3.10.0 <4.0.0"

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion tool/test_and_fix/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 0.1.0
publish_to: none

environment:
sdk: ">=3.9.2 <4.0.0"
sdk: ">=3.10.0 <4.0.0"

resolution: workspace

Expand Down
Loading