From ef2e8e71ee0497d1621543e613537db05e9daae8 Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Fri, 1 Aug 2025 10:44:26 -0400 Subject: [PATCH] checkin --- add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml | 2 +- analysis_defaults/pubspec.yaml | 2 +- animations/pubspec.yaml | 2 +- asset_transformation/pubspec.yaml | 2 +- background_isolate_channels/pubspec.yaml | 2 +- code_sharing/client/pubspec.yaml | 2 +- code_sharing/server/pubspec.yaml | 2 +- code_sharing/shared/pubspec.yaml | 2 +- context_menus/pubspec.yaml | 2 +- date_planner/pubspec.yaml | 2 +- deeplink_store_example/pubspec.yaml | 2 +- desktop_photo_search/fluent_ui/pubspec.yaml | 2 +- desktop_photo_search/material/pubspec.yaml | 2 +- dynamic_theme/pubspec.yaml | 2 +- form_app/pubspec.yaml | 2 +- game_template/pubspec.yaml | 2 +- gemini_tasks/pubspec.yaml | 2 +- google_maps/pubspec.yaml | 2 +- infinite_list/pubspec.yaml | 2 +- ios_app_clip/pubspec.yaml | 2 +- isolate_example/pubspec.yaml | 2 +- material_3_demo/pubspec.yaml | 2 +- navigation_and_routing/pubspec.yaml | 2 +- pedometer/example/pubspec.yaml | 2 +- pedometer/pubspec.yaml | 2 +- place_tracker/pubspec.yaml | 2 +- platform_channels/pubspec.yaml | 2 +- platform_design/pubspec.yaml | 2 +- platform_view_swift/pubspec.yaml | 2 +- provider_counter/pubspec.yaml | 2 +- provider_shopper/pubspec.yaml | 2 +- simple_shader/pubspec.yaml | 2 +- simplistic_calculator/pubspec.yaml | 2 +- simplistic_editor/pubspec.yaml | 2 +- testing_app/pubspec.yaml | 2 +- tool/pubspec.yaml | 2 +- veggieseasons/pubspec.yaml | 2 +- web_embedding/element_embedding_demo/pubspec.yaml | 2 +- web_embedding/ng-flutter/flutter/pubspec.yaml | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml b/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml index d19f0e2e8..12824d549 100644 --- a/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml +++ b/add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/analysis_defaults/pubspec.yaml b/analysis_defaults/pubspec.yaml index 83aaf3c27..21a9b80ea 100644 --- a/analysis_defaults/pubspec.yaml +++ b/analysis_defaults/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 # NOTE: Code is not allowed in this package. Do not add more dependencies. # The `flutter_lints` dependency is required for `lib/flutter.yaml`. diff --git a/animations/pubspec.yaml b/animations/pubspec.yaml index 3e4c2a270..b20928bd1 100644 --- a/animations/pubspec.yaml +++ b/animations/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: none resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/asset_transformation/pubspec.yaml b/asset_transformation/pubspec.yaml index ac0d336a0..1d7135071 100644 --- a/asset_transformation/pubspec.yaml +++ b/asset_transformation/pubspec.yaml @@ -5,7 +5,7 @@ version: 0.1.0 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/background_isolate_channels/pubspec.yaml b/background_isolate_channels/pubspec.yaml index 213669637..b5b6bc213 100644 --- a/background_isolate_channels/pubspec.yaml +++ b/background_isolate_channels/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: cupertino_icons: ^1.0.2 diff --git a/code_sharing/client/pubspec.yaml b/code_sharing/client/pubspec.yaml index 7281f9033..8a9d941f2 100644 --- a/code_sharing/client/pubspec.yaml +++ b/code_sharing/client/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: cupertino_icons: ^1.0.2 diff --git a/code_sharing/server/pubspec.yaml b/code_sharing/server/pubspec.yaml index db505129c..f05e562f5 100644 --- a/code_sharing/server/pubspec.yaml +++ b/code_sharing/server/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: "none" resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: args: ^2.0.0 diff --git a/code_sharing/shared/pubspec.yaml b/code_sharing/shared/pubspec.yaml index 78c9ea6bf..e21c53a3b 100644 --- a/code_sharing/shared/pubspec.yaml +++ b/code_sharing/shared/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: freezed_annotation: ">=2.1.0 <4.0.0" diff --git a/context_menus/pubspec.yaml b/context_menus/pubspec.yaml index 404ceed77..1636d6dd0 100644 --- a/context_menus/pubspec.yaml +++ b/context_menus/pubspec.yaml @@ -22,7 +22,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions diff --git a/date_planner/pubspec.yaml b/date_planner/pubspec.yaml index 3761b3207..6245b857c 100644 --- a/date_planner/pubspec.yaml +++ b/date_planner/pubspec.yaml @@ -5,7 +5,7 @@ version: 0.1.0 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/deeplink_store_example/pubspec.yaml b/deeplink_store_example/pubspec.yaml index 85c4f2674..8b3eb192c 100644 --- a/deeplink_store_example/pubspec.yaml +++ b/deeplink_store_example/pubspec.yaml @@ -22,7 +22,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions diff --git a/desktop_photo_search/fluent_ui/pubspec.yaml b/desktop_photo_search/fluent_ui/pubspec.yaml index 68380112e..9863e8bc6 100644 --- a/desktop_photo_search/fluent_ui/pubspec.yaml +++ b/desktop_photo_search/fluent_ui/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: built_collection: ^5.1.1 diff --git a/desktop_photo_search/material/pubspec.yaml b/desktop_photo_search/material/pubspec.yaml index 764c487a8..5a46a857e 100644 --- a/desktop_photo_search/material/pubspec.yaml +++ b/desktop_photo_search/material/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: built_collection: ^5.1.1 diff --git a/dynamic_theme/pubspec.yaml b/dynamic_theme/pubspec.yaml index 57ded5c2d..53c65c3a5 100644 --- a/dynamic_theme/pubspec.yaml +++ b/dynamic_theme/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/form_app/pubspec.yaml b/form_app/pubspec.yaml index 90339a99c..69dc8aef8 100644 --- a/form_app/pubspec.yaml +++ b/form_app/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/game_template/pubspec.yaml b/game_template/pubspec.yaml index 9ab34a25b..21682ec9a 100644 --- a/game_template/pubspec.yaml +++ b/game_template/pubspec.yaml @@ -8,7 +8,7 @@ publish_to: 'none' environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/gemini_tasks/pubspec.yaml b/gemini_tasks/pubspec.yaml index f320d20d3..b92fee349 100644 --- a/gemini_tasks/pubspec.yaml +++ b/gemini_tasks/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/google_maps/pubspec.yaml b/google_maps/pubspec.yaml index 05fac4bc8..b70df98c9 100644 --- a/google_maps/pubspec.yaml +++ b/google_maps/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/infinite_list/pubspec.yaml b/infinite_list/pubspec.yaml index 1f01bd24f..64e09600b 100644 --- a/infinite_list/pubspec.yaml +++ b/infinite_list/pubspec.yaml @@ -6,7 +6,7 @@ resolution: workspace version: 1.0.0+1 environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/ios_app_clip/pubspec.yaml b/ios_app_clip/pubspec.yaml index a4cece424..4aad2d150 100644 --- a/ios_app_clip/pubspec.yaml +++ b/ios_app_clip/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/isolate_example/pubspec.yaml b/isolate_example/pubspec.yaml index 22b534a06..69e12ee54 100644 --- a/isolate_example/pubspec.yaml +++ b/isolate_example/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: none resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/material_3_demo/pubspec.yaml b/material_3_demo/pubspec.yaml index 44034159e..06e39a584 100644 --- a/material_3_demo/pubspec.yaml +++ b/material_3_demo/pubspec.yaml @@ -7,7 +7,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/navigation_and_routing/pubspec.yaml b/navigation_and_routing/pubspec.yaml index d4ac5ad0b..19617657d 100644 --- a/navigation_and_routing/pubspec.yaml +++ b/navigation_and_routing/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: adaptive_navigation: ^0.0.3 diff --git a/pedometer/example/pubspec.yaml b/pedometer/example/pubspec.yaml index c3e76600e..a8b4f18ab 100644 --- a/pedometer/example/pubspec.yaml +++ b/pedometer/example/pubspec.yaml @@ -22,7 +22,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions diff --git a/pedometer/pubspec.yaml b/pedometer/pubspec.yaml index b69af4d9b..7f478db3b 100644 --- a/pedometer/pubspec.yaml +++ b/pedometer/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: none resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/place_tracker/pubspec.yaml b/place_tracker/pubspec.yaml index 60c3f0181..3bdda822f 100644 --- a/place_tracker/pubspec.yaml +++ b/place_tracker/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/platform_channels/pubspec.yaml b/platform_channels/pubspec.yaml index a0224fe4f..7ebe27e07 100644 --- a/platform_channels/pubspec.yaml +++ b/platform_channels/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/platform_design/pubspec.yaml b/platform_design/pubspec.yaml index 15a645350..53709dad0 100644 --- a/platform_design/pubspec.yaml +++ b/platform_design/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: english_words: ^4.0.0 diff --git a/platform_view_swift/pubspec.yaml b/platform_view_swift/pubspec.yaml index da7fecab2..22c2b7d09 100644 --- a/platform_view_swift/pubspec.yaml +++ b/platform_view_swift/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/provider_counter/pubspec.yaml b/provider_counter/pubspec.yaml index ad0bfccf5..ebf2cc391 100644 --- a/provider_counter/pubspec.yaml +++ b/provider_counter/pubspec.yaml @@ -6,7 +6,7 @@ version: 1.0.0 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/provider_shopper/pubspec.yaml b/provider_shopper/pubspec.yaml index f9d5dff81..2c8524c97 100644 --- a/provider_shopper/pubspec.yaml +++ b/provider_shopper/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/simple_shader/pubspec.yaml b/simple_shader/pubspec.yaml index dcf1b6a57..cfca8f54d 100644 --- a/simple_shader/pubspec.yaml +++ b/simple_shader/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/simplistic_calculator/pubspec.yaml b/simplistic_calculator/pubspec.yaml index a387b4170..7efb6ce8d 100644 --- a/simplistic_calculator/pubspec.yaml +++ b/simplistic_calculator/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: auto_size_text: ^3.0.0 diff --git a/simplistic_editor/pubspec.yaml b/simplistic_editor/pubspec.yaml index 6450d124d..9cdf3ae6d 100644 --- a/simplistic_editor/pubspec.yaml +++ b/simplistic_editor/pubspec.yaml @@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions diff --git a/testing_app/pubspec.yaml b/testing_app/pubspec.yaml index 6eaa06fbd..3d0b1357b 100644 --- a/testing_app/pubspec.yaml +++ b/testing_app/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/tool/pubspec.yaml b/tool/pubspec.yaml index 1dee2fe25..c0ea785e6 100644 --- a/tool/pubspec.yaml +++ b/tool/pubspec.yaml @@ -1,7 +1,7 @@ name: release_cleaner description: A tool to automate release cleanup for the samples monorepo. environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: args: ^2.4.2 diff --git a/veggieseasons/pubspec.yaml b/veggieseasons/pubspec.yaml index d0ea2cc9c..cd87de0ef 100644 --- a/veggieseasons/pubspec.yaml +++ b/veggieseasons/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.2.0 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/web_embedding/element_embedding_demo/pubspec.yaml b/web_embedding/element_embedding_demo/pubspec.yaml index e3f425217..ac6b775b4 100644 --- a/web_embedding/element_embedding_demo/pubspec.yaml +++ b/web_embedding/element_embedding_demo/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0+1 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: diff --git a/web_embedding/ng-flutter/flutter/pubspec.yaml b/web_embedding/ng-flutter/flutter/pubspec.yaml index de561ff4e..eb627a244 100644 --- a/web_embedding/ng-flutter/flutter/pubspec.yaml +++ b/web_embedding/ng-flutter/flutter/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0 resolution: workspace environment: - sdk: '>=3.9.0 <4.0.0' + sdk: ^3.9.0-0 dependencies: flutter: