From 90a52a2f171364da49b907149c2a77f002fb4142 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Fri, 11 Oct 2024 17:47:33 -0500 Subject: [PATCH] Clean up SDK constraints and lints --- .../android_view/flutter_module_using_plugin/pubspec.yaml | 2 +- add_to_app/books/flutter_module_books/pubspec.yaml | 2 +- add_to_app/fullscreen/flutter_module/pubspec.yaml | 2 +- .../multiple_flutters/multiple_flutters_module/pubspec.yaml | 2 +- add_to_app/plugin/flutter_module_using_plugin/pubspec.yaml | 2 +- add_to_app/prebuilt_module/flutter_module/pubspec.yaml | 2 +- ai_recipe_generation/pubspec.yaml | 2 +- analysis_defaults/lib/flutter.yaml | 2 -- analysis_defaults/pubspec.yaml | 2 +- android_splash_screen/pubspec.yaml | 2 +- animations/pubspec.yaml | 2 +- asset_transformation/grayscale_transformer/pubspec.yaml | 4 ++-- asset_transformation/pubspec.yaml | 4 ++-- background_isolate_channels/pubspec.yaml | 2 +- code_sharing/client/pubspec.yaml | 2 +- code_sharing/server/pubspec.yaml | 2 +- code_sharing/shared/pubspec.yaml | 2 +- compass_app/app/macos/Flutter/GeneratedPluginRegistrant.swift | 2 +- compass_app/app/pubspec.yaml | 4 ++-- compass_app/server/pubspec.yaml | 2 +- context_menus/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 | 4 ++-- experimental/date_planner/pubspec.yaml | 2 +- .../federated_plugin/federated_plugin/example/pubspec.yaml | 2 +- experimental/federated_plugin/federated_plugin/pubspec.yaml | 2 +- .../federated_plugin/federated_plugin_macos/pubspec.yaml | 2 +- .../federated_plugin_platform_interface/pubspec.yaml | 2 +- .../federated_plugin/federated_plugin_web/pubspec.yaml | 2 +- .../federated_plugin/federated_plugin_windows/pubspec.yaml | 2 +- experimental/linting_tool/pubspec.yaml | 2 +- experimental/pedometer/example/pubspec.yaml | 2 +- experimental/pedometer/pubspec.yaml | 2 +- experimental/varfont_shader_puzzle/pubspec.yaml | 2 +- experimental/web_dashboard/pubspec.yaml | 2 +- flutter_maps_firestore/pubspec.yaml | 2 +- form_app/pubspec.yaml | 2 +- game_template/pubspec.yaml | 2 +- gemini_tasks/pubspec.yaml | 4 ++-- 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 +- 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 +- veggieseasons/pubspec.yaml | 2 +- web/_packages/web_startup_analyzer/example/pubspec.yaml | 4 ++-- web/_packages/web_startup_analyzer/pubspec.yaml | 4 ++-- web/_tool/pubspec.yaml | 2 +- web/samples_index/analysis_options.yaml | 1 - web/samples_index/pubspec.yaml | 2 +- web_embedding/element_embedding_demo/pubspec.yaml | 2 +- web_embedding/ng-flutter/flutter/analysis_options.yaml | 1 - web_embedding/ng-flutter/flutter/pubspec.yaml | 4 ++-- 66 files changed, 71 insertions(+), 75 deletions(-) diff --git a/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml b/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml index 7ea5799bb22..4547346db38 100644 --- a/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml +++ b/add_to_app/android_view/flutter_module_using_plugin/pubspec.yaml @@ -4,7 +4,7 @@ description: An example Flutter module that uses a plugin. version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/add_to_app/books/flutter_module_books/pubspec.yaml b/add_to_app/books/flutter_module_books/pubspec.yaml index 89f7d111859..0f2acfab080 100644 --- a/add_to_app/books/flutter_module_books/pubspec.yaml +++ b/add_to_app/books/flutter_module_books/pubspec.yaml @@ -6,7 +6,7 @@ description: A Flutter module using the Pigeon package to demonstrate version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/add_to_app/fullscreen/flutter_module/pubspec.yaml b/add_to_app/fullscreen/flutter_module/pubspec.yaml index d37fb91b032..9faf4fe6d88 100644 --- a/add_to_app/fullscreen/flutter_module/pubspec.yaml +++ b/add_to_app/fullscreen/flutter_module/pubspec.yaml @@ -4,7 +4,7 @@ description: An example Flutter module. version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.yaml b/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.yaml index 1024680a498..87545fac5be 100644 --- a/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.yaml +++ b/add_to_app/multiple_flutters/multiple_flutters_module/pubspec.yaml @@ -4,7 +4,7 @@ description: A module that is embedded in the multiple_flutters_ios and multiple version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: 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 7ea5799bb22..4547346db38 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 @@ description: An example Flutter module that uses a plugin. version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/add_to_app/prebuilt_module/flutter_module/pubspec.yaml b/add_to_app/prebuilt_module/flutter_module/pubspec.yaml index d37fb91b032..9faf4fe6d88 100644 --- a/add_to_app/prebuilt_module/flutter_module/pubspec.yaml +++ b/add_to_app/prebuilt_module/flutter_module/pubspec.yaml @@ -4,7 +4,7 @@ description: An example Flutter module. version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/ai_recipe_generation/pubspec.yaml b/ai_recipe_generation/pubspec.yaml index 6247772ecee..c4d1cc4e014 100644 --- a/ai_recipe_generation/pubspec.yaml +++ b/ai_recipe_generation/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 0.1.0 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: async: ^2.11.0 diff --git a/analysis_defaults/lib/flutter.yaml b/analysis_defaults/lib/flutter.yaml index 303fb82d055..869a3ffb10a 100644 --- a/analysis_defaults/lib/flutter.yaml +++ b/analysis_defaults/lib/flutter.yaml @@ -12,8 +12,6 @@ linter: cancel_subscriptions: true close_sinks: true directives_ordering: true - package_api_docs: true - package_prefixed_library_names: true test_types_in_equals: true throw_in_finally: true unawaited_futures: true diff --git a/analysis_defaults/pubspec.yaml b/analysis_defaults/pubspec.yaml index 4efb5ad2082..0ff95ea2ebe 100644 --- a/analysis_defaults/pubspec.yaml +++ b/analysis_defaults/pubspec.yaml @@ -3,7 +3,7 @@ description: Analysis defaults for flutter/samples publish_to: none environment: - sdk: ^3.4.0-0 + sdk: ^3.5.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/android_splash_screen/pubspec.yaml b/android_splash_screen/pubspec.yaml index 25488196c9e..9acb8373a5f 100644 --- a/android_splash_screen/pubspec.yaml +++ b/android_splash_screen/pubspec.yaml @@ -6,7 +6,7 @@ publish_to: "none" version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/animations/pubspec.yaml b/animations/pubspec.yaml index 7bfef93a656..a86283df2a1 100644 --- a/animations/pubspec.yaml +++ b/animations/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0+1 publish_to: none environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/asset_transformation/grayscale_transformer/pubspec.yaml b/asset_transformation/grayscale_transformer/pubspec.yaml index 9d1ca48fc87..5f2d4a6b7ba 100644 --- a/asset_transformation/grayscale_transformer/pubspec.yaml +++ b/asset_transformation/grayscale_transformer/pubspec.yaml @@ -3,12 +3,12 @@ description: A sample command-line application. version: 1.0.0 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: args: ^2.4.2 image: ^4.1.7 dev_dependencies: - lints: ^4.0.0 + lints: ^5.0.0 test: ^1.24.0 diff --git a/asset_transformation/pubspec.yaml b/asset_transformation/pubspec.yaml index eca8f5b1509..31e92e910cc 100644 --- a/asset_transformation/pubspec.yaml +++ b/asset_transformation/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 0.1.0 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: @@ -14,7 +14,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 vector_graphics_compiler: ^1.1.11+1 grayscale_transformer: path: ./grayscale_transformer diff --git a/background_isolate_channels/pubspec.yaml b/background_isolate_channels/pubspec.yaml index d05d5aa2393..24e78dd9f6b 100644 --- a/background_isolate_channels/pubspec.yaml +++ b/background_isolate_channels/pubspec.yaml @@ -6,7 +6,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: cupertino_icons: ^1.0.2 diff --git a/code_sharing/client/pubspec.yaml b/code_sharing/client/pubspec.yaml index 9692bb4d7d7..f8a7897fb34 100644 --- a/code_sharing/client/pubspec.yaml +++ b/code_sharing/client/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: "none" version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: cupertino_icons: ^1.0.2 diff --git a/code_sharing/server/pubspec.yaml b/code_sharing/server/pubspec.yaml index c606fb592f3..dada3666934 100644 --- a/code_sharing/server/pubspec.yaml +++ b/code_sharing/server/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: args: ^2.0.0 diff --git a/code_sharing/shared/pubspec.yaml b/code_sharing/shared/pubspec.yaml index 578c13e828a..61647f19087 100644 --- a/code_sharing/shared/pubspec.yaml +++ b/code_sharing/shared/pubspec.yaml @@ -3,7 +3,7 @@ description: Common data models required by our client and server version: 1.0.0 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: freezed_annotation: ^2.1.0 diff --git a/compass_app/app/macos/Flutter/GeneratedPluginRegistrant.swift b/compass_app/app/macos/Flutter/GeneratedPluginRegistrant.swift index db8fb07892d..8c02029d1e4 100644 --- a/compass_app/app/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/compass_app/app/macos/Flutter/GeneratedPluginRegistrant.swift @@ -8,7 +8,7 @@ import Foundation import path_provider_foundation import share_plus import shared_preferences_foundation -import sqflite +import sqflite_darwin func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) diff --git a/compass_app/app/pubspec.yaml b/compass_app/app/pubspec.yaml index dcf6b96a224..27f1622b5d1 100644 --- a/compass_app/app/pubspec.yaml +++ b/compass_app/app/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 0.1.0 environment: - sdk: '>=3.4.1 <4.0.0' + sdk: ^3.5.0 dependencies: cached_network_image: ^3.3.1 @@ -27,7 +27,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 mocktail_image_network: ^1.2.0 mocktail: ^1.0.4 integration_test: diff --git a/compass_app/server/pubspec.yaml b/compass_app/server/pubspec.yaml index 44bbfec46fd..ba47e5e9dea 100644 --- a/compass_app/server/pubspec.yaml +++ b/compass_app/server/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 1.0.0 environment: - sdk: ^3.4.3 + sdk: ^3.5.0 dependencies: args: ^2.4.0 diff --git a/context_menus/pubspec.yaml b/context_menus/pubspec.yaml index a6d6a7b3c14..3705005d333 100644 --- a/context_menus/pubspec.yaml +++ b/context_menus/pubspec.yaml @@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.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/deeplink_store_example/pubspec.yaml b/deeplink_store_example/pubspec.yaml index ac338221642..cf28b8949e0 100644 --- a/deeplink_store_example/pubspec.yaml +++ b/deeplink_store_example/pubspec.yaml @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.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 84d604212ca..c775746bfc4 100644 --- a/desktop_photo_search/fluent_ui/pubspec.yaml +++ b/desktop_photo_search/fluent_ui/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: built_collection: ^5.1.1 diff --git a/desktop_photo_search/material/pubspec.yaml b/desktop_photo_search/material/pubspec.yaml index 72aeaa82a45..956e53ca112 100644 --- a/desktop_photo_search/material/pubspec.yaml +++ b/desktop_photo_search/material/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: built_collection: ^5.1.1 diff --git a/dynamic_theme/pubspec.yaml b/dynamic_theme/pubspec.yaml index f351cf07063..779eb5aa91c 100644 --- a/dynamic_theme/pubspec.yaml +++ b/dynamic_theme/pubspec.yaml @@ -3,7 +3,7 @@ description: "Sample app for the google_generative_ai package" publish_to: 'none' version: 1.0.0+1 environment: - sdk: '>=3.3.0 <4.0.0' + sdk: ^3.5.0 dependencies: flutter: @@ -15,7 +15,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 flutter: uses-material-design: true diff --git a/experimental/date_planner/pubspec.yaml b/experimental/date_planner/pubspec.yaml index 3aa87381061..a5cb407980f 100644 --- a/experimental/date_planner/pubspec.yaml +++ b/experimental/date_planner/pubspec.yaml @@ -15,4 +15,4 @@ dependencies: uuid: dev_dependencies: - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 diff --git a/experimental/federated_plugin/federated_plugin/example/pubspec.yaml b/experimental/federated_plugin/federated_plugin/example/pubspec.yaml index e4ebde6212e..d325a3070e8 100644 --- a/experimental/federated_plugin/federated_plugin/example/pubspec.yaml +++ b/experimental/federated_plugin/federated_plugin/example/pubspec.yaml @@ -4,7 +4,7 @@ description: Demonstrates how to use the federated_plugin plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/experimental/federated_plugin/federated_plugin/pubspec.yaml b/experimental/federated_plugin/federated_plugin/pubspec.yaml index 2629f51e45b..07e00e21afa 100644 --- a/experimental/federated_plugin/federated_plugin/pubspec.yaml +++ b/experimental/federated_plugin/federated_plugin/pubspec.yaml @@ -5,7 +5,7 @@ version: 0.0.1 publish_to: "none" environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/experimental/federated_plugin/federated_plugin_macos/pubspec.yaml b/experimental/federated_plugin/federated_plugin_macos/pubspec.yaml index ac49ced890f..b20e7f76446 100644 --- a/experimental/federated_plugin/federated_plugin_macos/pubspec.yaml +++ b/experimental/federated_plugin/federated_plugin_macos/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.0.1 homepage: environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/experimental/federated_plugin/federated_plugin_platform_interface/pubspec.yaml b/experimental/federated_plugin/federated_plugin_platform_interface/pubspec.yaml index 9193981c835..769f96593e3 100644 --- a/experimental/federated_plugin/federated_plugin_platform_interface/pubspec.yaml +++ b/experimental/federated_plugin/federated_plugin_platform_interface/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.0.1 homepage: environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/experimental/federated_plugin/federated_plugin_web/pubspec.yaml b/experimental/federated_plugin/federated_plugin_web/pubspec.yaml index a1a8de7761e..7ae6b311f0f 100644 --- a/experimental/federated_plugin/federated_plugin_web/pubspec.yaml +++ b/experimental/federated_plugin/federated_plugin_web/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/experimental/federated_plugin/federated_plugin_windows/pubspec.yaml b/experimental/federated_plugin/federated_plugin_windows/pubspec.yaml index 2d4e273fa3f..2eb890f35b3 100644 --- a/experimental/federated_plugin/federated_plugin_windows/pubspec.yaml +++ b/experimental/federated_plugin/federated_plugin_windows/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.0.1 homepage: environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/experimental/linting_tool/pubspec.yaml b/experimental/linting_tool/pubspec.yaml index 093c73383cd..625476f51a1 100644 --- a/experimental/linting_tool/pubspec.yaml +++ b/experimental/linting_tool/pubspec.yaml @@ -6,7 +6,7 @@ version: 1.0.0+1 publish_to: "none" environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/experimental/pedometer/example/pubspec.yaml b/experimental/pedometer/example/pubspec.yaml index 4266c937740..fc2874ab9e5 100644 --- a/experimental/pedometer/example/pubspec.yaml +++ b/experimental/pedometer/example/pubspec.yaml @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.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/experimental/pedometer/pubspec.yaml b/experimental/pedometer/pubspec.yaml index e0671016d8a..9af6d1b85fe 100644 --- a/experimental/pedometer/pubspec.yaml +++ b/experimental/pedometer/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/experimental/varfont_shader_puzzle/pubspec.yaml b/experimental/varfont_shader_puzzle/pubspec.yaml index d9d956d5441..1088eaf63f9 100644 --- a/experimental/varfont_shader_puzzle/pubspec.yaml +++ b/experimental/varfont_shader_puzzle/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/experimental/web_dashboard/pubspec.yaml b/experimental/web_dashboard/pubspec.yaml index d95c6b8b487..3a6df6f48a3 100644 --- a/experimental/web_dashboard/pubspec.yaml +++ b/experimental/web_dashboard/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0+1 publish_to: none environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: cloud_firestore: ^5.0.1 diff --git a/flutter_maps_firestore/pubspec.yaml b/flutter_maps_firestore/pubspec.yaml index 5a3e8ad525b..42cbdec648f 100644 --- a/flutter_maps_firestore/pubspec.yaml +++ b/flutter_maps_firestore/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/form_app/pubspec.yaml b/form_app/pubspec.yaml index 5589b3ef8e9..ce5df21e968 100644 --- a/form_app/pubspec.yaml +++ b/form_app/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: "none" version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/game_template/pubspec.yaml b/game_template/pubspec.yaml index 1c3c5aabecc..6d4317c1648 100644 --- a/game_template/pubspec.yaml +++ b/game_template/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: 'none' version: 0.0.1+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/gemini_tasks/pubspec.yaml b/gemini_tasks/pubspec.yaml index fe2d2e699d5..649f8c9d02d 100644 --- a/gemini_tasks/pubspec.yaml +++ b/gemini_tasks/pubspec.yaml @@ -3,7 +3,7 @@ description: "Sample app for the google_generative_ai package" publish_to: 'none' version: 1.0.0+1 environment: - sdk: '>=3.3.0 <4.0.0' + sdk: ^3.5.0 dependencies: flutter: @@ -15,7 +15,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 flutter: uses-material-design: true diff --git a/google_maps/pubspec.yaml b/google_maps/pubspec.yaml index 2bb7ad70116..23420100f10 100644 --- a/google_maps/pubspec.yaml +++ b/google_maps/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/infinite_list/pubspec.yaml b/infinite_list/pubspec.yaml index e8a41eef0a7..64d1f82ee9d 100644 --- a/infinite_list/pubspec.yaml +++ b/infinite_list/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/ios_app_clip/pubspec.yaml b/ios_app_clip/pubspec.yaml index ff99b0731cf..f3d8209914d 100644 --- a/ios_app_clip/pubspec.yaml +++ b/ios_app_clip/pubspec.yaml @@ -6,7 +6,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/isolate_example/pubspec.yaml b/isolate_example/pubspec.yaml index aa370863cbd..f7a2e1a5906 100644 --- a/isolate_example/pubspec.yaml +++ b/isolate_example/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0+1 publish_to: none environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/material_3_demo/pubspec.yaml b/material_3_demo/pubspec.yaml index c207dd1386f..2df0a17d343 100644 --- a/material_3_demo/pubspec.yaml +++ b/material_3_demo/pubspec.yaml @@ -8,7 +8,7 @@ publish_to: "none" version: 1.0.0+1 environment: - sdk: ^3.3.0 + sdk: ^3.5.0 flutter: ^3.19.0 dependencies: diff --git a/navigation_and_routing/pubspec.yaml b/navigation_and_routing/pubspec.yaml index 9999e367c1c..dfc3ccef8d5 100644 --- a/navigation_and_routing/pubspec.yaml +++ b/navigation_and_routing/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: adaptive_navigation: ^0.0.3 diff --git a/place_tracker/pubspec.yaml b/place_tracker/pubspec.yaml index b3e7fbad617..1d2148f8a29 100644 --- a/place_tracker/pubspec.yaml +++ b/place_tracker/pubspec.yaml @@ -4,7 +4,7 @@ description: A new Flutter project. version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/platform_channels/pubspec.yaml b/platform_channels/pubspec.yaml index 9f12d5578a0..bd4dcb6257a 100644 --- a/platform_channels/pubspec.yaml +++ b/platform_channels/pubspec.yaml @@ -4,7 +4,7 @@ description: A new Flutter project. version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/platform_design/pubspec.yaml b/platform_design/pubspec.yaml index cd817c09451..da7d3ddd113 100644 --- a/platform_design/pubspec.yaml +++ b/platform_design/pubspec.yaml @@ -3,7 +3,7 @@ description: A project showcasing a Flutter app following different platform IA version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: english_words: ^4.0.0 diff --git a/platform_view_swift/pubspec.yaml b/platform_view_swift/pubspec.yaml index 51f368be617..ddded240e1e 100644 --- a/platform_view_swift/pubspec.yaml +++ b/platform_view_swift/pubspec.yaml @@ -4,7 +4,7 @@ description: A new Flutter project. version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/provider_counter/pubspec.yaml b/provider_counter/pubspec.yaml index d68c61e53d0..d641cab8fa4 100644 --- a/provider_counter/pubspec.yaml +++ b/provider_counter/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: none version: 1.0.0 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/provider_shopper/pubspec.yaml b/provider_shopper/pubspec.yaml index 2cfd7731fda..ea9216f9389 100644 --- a/provider_shopper/pubspec.yaml +++ b/provider_shopper/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/simple_shader/pubspec.yaml b/simple_shader/pubspec.yaml index d97d6ba219b..bc37ede56de 100644 --- a/simple_shader/pubspec.yaml +++ b/simple_shader/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/simplistic_calculator/pubspec.yaml b/simplistic_calculator/pubspec.yaml index f72a00676cd..7c1889f6dce 100644 --- a/simplistic_calculator/pubspec.yaml +++ b/simplistic_calculator/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: auto_size_text: ^3.0.0 diff --git a/simplistic_editor/pubspec.yaml b/simplistic_editor/pubspec.yaml index 32b24a9a3ec..2e255021cee 100644 --- a/simplistic_editor/pubspec.yaml +++ b/simplistic_editor/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.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 b062ff3865e..ecfb505c888 100644 --- a/testing_app/pubspec.yaml +++ b/testing_app/pubspec.yaml @@ -4,7 +4,7 @@ description: A sample that shows testing in Flutter. version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/veggieseasons/pubspec.yaml b/veggieseasons/pubspec.yaml index 35b83357e99..06589a2d318 100644 --- a/veggieseasons/pubspec.yaml +++ b/veggieseasons/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: none version: 1.2.0 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/web/_packages/web_startup_analyzer/example/pubspec.yaml b/web/_packages/web_startup_analyzer/example/pubspec.yaml index 9f8459ae302..049c8d561e0 100644 --- a/web/_packages/web_startup_analyzer/example/pubspec.yaml +++ b/web/_packages/web_startup_analyzer/example/pubspec.yaml @@ -3,7 +3,7 @@ description: "flutter_web_startup_analyzer example" publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 flutter: ^3.16.0 dependencies: flutter: @@ -14,6 +14,6 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 flutter: uses-material-design: true diff --git a/web/_packages/web_startup_analyzer/pubspec.yaml b/web/_packages/web_startup_analyzer/pubspec.yaml index 4c4d5a9ffad..4e00789d988 100644 --- a/web/_packages/web_startup_analyzer/pubspec.yaml +++ b/web/_packages/web_startup_analyzer/pubspec.yaml @@ -3,7 +3,7 @@ description: "Captures web startup timing data in a Flutter web app" version: 0.1.0-wip environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 flutter: ^3.16.0 dependencies: @@ -13,7 +13,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 flutter: assets: - lib/web_startup_analyzer.js diff --git a/web/_tool/pubspec.yaml b/web/_tool/pubspec.yaml index fa9980d3d8d..eaf56590e13 100644 --- a/web/_tool/pubspec.yaml +++ b/web/_tool/pubspec.yaml @@ -2,7 +2,7 @@ name: tool publish_to: none environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: markdown: ^7.0.0 diff --git a/web/samples_index/analysis_options.yaml b/web/samples_index/analysis_options.yaml index 298a50d3ee1..55e017eecbc 100644 --- a/web/samples_index/analysis_options.yaml +++ b/web/samples_index/analysis_options.yaml @@ -15,7 +15,6 @@ linter: cancel_subscriptions: true close_sinks: true directives_ordering: true - package_api_docs: true package_prefixed_library_names: true prefer_final_in_for_each: true prefer_single_quotes: true diff --git a/web/samples_index/pubspec.yaml b/web/samples_index/pubspec.yaml index a22ff914ca6..f8025220327 100644 --- a/web/samples_index/pubspec.yaml +++ b/web/samples_index/pubspec.yaml @@ -5,7 +5,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: checked_yaml: ^2.0.3 diff --git a/web_embedding/element_embedding_demo/pubspec.yaml b/web_embedding/element_embedding_demo/pubspec.yaml index c462142e2a3..df2b65325f2 100644 --- a/web_embedding/element_embedding_demo/pubspec.yaml +++ b/web_embedding/element_embedding_demo/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ^3.4.0-0 + sdk: ^3.5.0 dependencies: flutter: diff --git a/web_embedding/ng-flutter/flutter/analysis_options.yaml b/web_embedding/ng-flutter/flutter/analysis_options.yaml index eacfc78adfd..2b76d176344 100644 --- a/web_embedding/ng-flutter/flutter/analysis_options.yaml +++ b/web_embedding/ng-flutter/flutter/analysis_options.yaml @@ -13,7 +13,6 @@ linter: - cancel_subscriptions - close_sinks - directives_ordering - - package_api_docs - package_prefixed_library_names - test_types_in_equals - throw_in_finally diff --git a/web_embedding/ng-flutter/flutter/pubspec.yaml b/web_embedding/ng-flutter/flutter/pubspec.yaml index e86bb78721d..4ac7d725c08 100644 --- a/web_embedding/ng-flutter/flutter/pubspec.yaml +++ b/web_embedding/ng-flutter/flutter/pubspec.yaml @@ -4,8 +4,8 @@ publish_to: none version: 1.0.0 environment: - sdk: ^3.4.0-0 - flutter: ">=3.22.0-0" + sdk: ^3.5.0 + flutter: ">=3.22.0" dependencies: flutter: