From 544a41eb554f2ff3b35475f7160a9ea01de7b9d2 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Thu, 7 Jan 2021 15:59:04 -0800 Subject: [PATCH] Remove an obsolete comment from pubspec.yaml (#73505) --- dev/automated_tests/pubspec.yaml | 1 - dev/benchmarks/complex_layout/pubspec.yaml | 1 - dev/benchmarks/macrobenchmarks/pubspec.yaml | 1 - dev/benchmarks/microbenchmarks/pubspec.yaml | 1 - dev/benchmarks/test_apps/stocks/pubspec.yaml | 1 - dev/bots/pubspec.yaml | 1 - dev/devicelab/pubspec.yaml | 1 - dev/integration_tests/channels/pubspec.yaml | 1 - dev/integration_tests/external_ui/pubspec.yaml | 1 - dev/integration_tests/flavors/pubspec.yaml | 1 - dev/integration_tests/flutter_gallery/pubspec.yaml | 1 - dev/integration_tests/gradle_deprecated_settings/pubspec.yaml | 1 - dev/integration_tests/platform_interaction/pubspec.yaml | 1 - dev/integration_tests/release_smoke_test/pubspec.yaml | 1 - dev/integration_tests/ui/pubspec.yaml | 1 - dev/integration_tests/web/pubspec.yaml | 1 - dev/manual_tests/pubspec.yaml | 1 - dev/missing_dependency_tests/pubspec.yaml | 1 - dev/snippets/pubspec.yaml | 1 - dev/tools/gen_keycodes/pubspec.yaml | 1 - dev/tools/pubspec.yaml | 1 - dev/tools/vitool/pubspec.yaml | 1 - dev/tracing_tests/pubspec.yaml | 1 - examples/flutter_view/pubspec.yaml | 1 - examples/hello_world/pubspec.yaml | 1 - examples/layers/pubspec.yaml | 1 - examples/platform_channel/pubspec.yaml | 1 - examples/platform_channel_swift/pubspec.yaml | 1 - examples/platform_view/pubspec.yaml | 1 - examples/splash/pubspec.yaml | 1 - packages/flutter/test_private/pubspec.yaml | 1 - packages/flutter/test_private/test/pubspec.yaml | 1 - packages/flutter_driver/pubspec.yaml | 1 - packages/flutter_goldens/pubspec.yaml | 1 - packages/flutter_goldens_client/pubspec.yaml | 1 - packages/flutter_localizations/pubspec.yaml | 1 - packages/flutter_test/pubspec.yaml | 1 - packages/flutter_tools/pubspec.yaml | 1 - packages/flutter_tools/test/data/asset_test/font/pubspec.yaml | 1 - packages/flutter_tools/test/data/asset_test/main/pubspec.yaml | 1 - .../flutter_tools/test/general.shard/update_packages_test.dart | 3 --- packages/fuchsia_remote_debug_protocol/pubspec.yaml | 1 - 42 files changed, 44 deletions(-) diff --git a/dev/automated_tests/pubspec.yaml b/dev/automated_tests/pubspec.yaml index c1c2b4d795..24b3e80853 100644 --- a/dev/automated_tests/pubspec.yaml +++ b/dev/automated_tests/pubspec.yaml @@ -1,7 +1,6 @@ name: flutter_automated_tests environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/dev/benchmarks/complex_layout/pubspec.yaml b/dev/benchmarks/complex_layout/pubspec.yaml index 1ef96848a2..1070fee9a2 100644 --- a/dev/benchmarks/complex_layout/pubspec.yaml +++ b/dev/benchmarks/complex_layout/pubspec.yaml @@ -2,7 +2,6 @@ name: complex_layout description: A benchmark of a relatively complex layout. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" dependencies: diff --git a/dev/benchmarks/macrobenchmarks/pubspec.yaml b/dev/benchmarks/macrobenchmarks/pubspec.yaml index 7ba5964291..acdf3810a0 100644 --- a/dev/benchmarks/macrobenchmarks/pubspec.yaml +++ b/dev/benchmarks/macrobenchmarks/pubspec.yaml @@ -2,7 +2,6 @@ name: macrobenchmarks description: Performance benchmarks using flutter drive. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" dependencies: diff --git a/dev/benchmarks/microbenchmarks/pubspec.yaml b/dev/benchmarks/microbenchmarks/pubspec.yaml index 4a17907ac6..52a5a3317f 100644 --- a/dev/benchmarks/microbenchmarks/pubspec.yaml +++ b/dev/benchmarks/microbenchmarks/pubspec.yaml @@ -2,7 +2,6 @@ name: microbenchmarks description: Small benchmarks for very specific parts of the Flutter framework. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/dev/benchmarks/test_apps/stocks/pubspec.yaml b/dev/benchmarks/test_apps/stocks/pubspec.yaml index 011ee0ac10..0c8fdf653c 100644 --- a/dev/benchmarks/test_apps/stocks/pubspec.yaml +++ b/dev/benchmarks/test_apps/stocks/pubspec.yaml @@ -1,7 +1,6 @@ name: stocks environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/dev/bots/pubspec.yaml b/dev/bots/pubspec.yaml index 7516021de0..15fa152b81 100644 --- a/dev/bots/pubspec.yaml +++ b/dev/bots/pubspec.yaml @@ -2,7 +2,6 @@ name: tests_on_bots description: Scripts which run on bots. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" dependencies: diff --git a/dev/devicelab/pubspec.yaml b/dev/devicelab/pubspec.yaml index 05741200b3..09fd5164e8 100644 --- a/dev/devicelab/pubspec.yaml +++ b/dev/devicelab/pubspec.yaml @@ -4,7 +4,6 @@ description: Flutter continuous integration performance and correctness tests. homepage: https://github.com/flutter/flutter environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.3.0 <3.0.0" dependencies: diff --git a/dev/integration_tests/channels/pubspec.yaml b/dev/integration_tests/channels/pubspec.yaml index d7395a361e..b3096b1fab 100644 --- a/dev/integration_tests/channels/pubspec.yaml +++ b/dev/integration_tests/channels/pubspec.yaml @@ -2,7 +2,6 @@ name: channels description: Integration test for platform channels. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/dev/integration_tests/external_ui/pubspec.yaml b/dev/integration_tests/external_ui/pubspec.yaml index 5d95156efc..867403c1cd 100644 --- a/dev/integration_tests/external_ui/pubspec.yaml +++ b/dev/integration_tests/external_ui/pubspec.yaml @@ -2,7 +2,6 @@ name: external_ui description: A test of Flutter integrating external UIs. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/dev/integration_tests/flavors/pubspec.yaml b/dev/integration_tests/flavors/pubspec.yaml index 763f7b6e3c..65a4e891ec 100644 --- a/dev/integration_tests/flavors/pubspec.yaml +++ b/dev/integration_tests/flavors/pubspec.yaml @@ -2,7 +2,6 @@ name: flavors description: Integration test for build flavors. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/dev/integration_tests/flutter_gallery/pubspec.yaml b/dev/integration_tests/flutter_gallery/pubspec.yaml index 400d2d64e6..4cb332e6f3 100644 --- a/dev/integration_tests/flutter_gallery/pubspec.yaml +++ b/dev/integration_tests/flutter_gallery/pubspec.yaml @@ -1,7 +1,6 @@ name: flutter_gallery environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.12.0-0 <3.0.0" dependencies: diff --git a/dev/integration_tests/gradle_deprecated_settings/pubspec.yaml b/dev/integration_tests/gradle_deprecated_settings/pubspec.yaml index efb9fdcc1c..ad0f990906 100644 --- a/dev/integration_tests/gradle_deprecated_settings/pubspec.yaml +++ b/dev/integration_tests/gradle_deprecated_settings/pubspec.yaml @@ -2,7 +2,6 @@ name: gradle_deprecated_settings description: Integration test for the current settings.gradle. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/dev/integration_tests/platform_interaction/pubspec.yaml b/dev/integration_tests/platform_interaction/pubspec.yaml index c3d740b74f..3511760c42 100644 --- a/dev/integration_tests/platform_interaction/pubspec.yaml +++ b/dev/integration_tests/platform_interaction/pubspec.yaml @@ -2,7 +2,6 @@ name: platform_interaction description: Integration test for platform interactions. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/dev/integration_tests/release_smoke_test/pubspec.yaml b/dev/integration_tests/release_smoke_test/pubspec.yaml index 9c0f35d77c..33e9016520 100644 --- a/dev/integration_tests/release_smoke_test/pubspec.yaml +++ b/dev/integration_tests/release_smoke_test/pubspec.yaml @@ -1,7 +1,6 @@ name: release_smoke_test environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/dev/integration_tests/ui/pubspec.yaml b/dev/integration_tests/ui/pubspec.yaml index 3689edcc5c..603e3f4568 100644 --- a/dev/integration_tests/ui/pubspec.yaml +++ b/dev/integration_tests/ui/pubspec.yaml @@ -2,7 +2,6 @@ name: integration_ui description: Flutter non-plugin UI integration tests. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.8.0 <3.0.0" dependencies: diff --git a/dev/integration_tests/web/pubspec.yaml b/dev/integration_tests/web/pubspec.yaml index c7a217b252..0f29086b75 100644 --- a/dev/integration_tests/web/pubspec.yaml +++ b/dev/integration_tests/web/pubspec.yaml @@ -2,7 +2,6 @@ name: web_integration description: Integration test for web compilation. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.6.0 <3.0.0" flutter: diff --git a/dev/manual_tests/pubspec.yaml b/dev/manual_tests/pubspec.yaml index 939a3352db..6485ee0dfc 100644 --- a/dev/manual_tests/pubspec.yaml +++ b/dev/manual_tests/pubspec.yaml @@ -1,7 +1,6 @@ name: manual_tests environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" dependencies: diff --git a/dev/missing_dependency_tests/pubspec.yaml b/dev/missing_dependency_tests/pubspec.yaml index 694910fa2a..fb7cac9ab8 100644 --- a/dev/missing_dependency_tests/pubspec.yaml +++ b/dev/missing_dependency_tests/pubspec.yaml @@ -1,7 +1,6 @@ name: missing_dependency_tests environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/dev/snippets/pubspec.yaml b/dev/snippets/pubspec.yaml index c60e77a2c6..538aaf0e3b 100644 --- a/dev/snippets/pubspec.yaml +++ b/dev/snippets/pubspec.yaml @@ -5,7 +5,6 @@ description: A code snippet dartdoc extension for Flutter API docs. homepage: https://github.com/flutter/flutter environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" dartdoc: diff --git a/dev/tools/gen_keycodes/pubspec.yaml b/dev/tools/gen_keycodes/pubspec.yaml index 495fac7e0d..43ee372963 100644 --- a/dev/tools/gen_keycodes/pubspec.yaml +++ b/dev/tools/gen_keycodes/pubspec.yaml @@ -2,7 +2,6 @@ name: gen_keycodes description: Generates keycode source files from various resources. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" dependencies: diff --git a/dev/tools/pubspec.yaml b/dev/tools/pubspec.yaml index e48d7d0ef5..c9bb430631 100644 --- a/dev/tools/pubspec.yaml +++ b/dev/tools/pubspec.yaml @@ -2,7 +2,6 @@ name: dev_tools description: Various repository development tools for flutter. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.6.0 <3.0.0" dependencies: diff --git a/dev/tools/vitool/pubspec.yaml b/dev/tools/vitool/pubspec.yaml index 864beb2d74..5184737d3f 100644 --- a/dev/tools/vitool/pubspec.yaml +++ b/dev/tools/vitool/pubspec.yaml @@ -5,7 +5,6 @@ homepage: https://flutter.dev author: Flutter Authors environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" dependencies: diff --git a/dev/tracing_tests/pubspec.yaml b/dev/tracing_tests/pubspec.yaml index e3dcca50a4..8895fdb93b 100644 --- a/dev/tracing_tests/pubspec.yaml +++ b/dev/tracing_tests/pubspec.yaml @@ -2,7 +2,6 @@ name: tracing_tests description: Various tests for tracing in flutter/flutter environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" dependencies: diff --git a/examples/flutter_view/pubspec.yaml b/examples/flutter_view/pubspec.yaml index 9b4ca61c30..e1d845fa51 100644 --- a/examples/flutter_view/pubspec.yaml +++ b/examples/flutter_view/pubspec.yaml @@ -2,7 +2,6 @@ name: flutter_view description: A new flutter project. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/examples/hello_world/pubspec.yaml b/examples/hello_world/pubspec.yaml index 8a4f965afa..243f47a27b 100644 --- a/examples/hello_world/pubspec.yaml +++ b/examples/hello_world/pubspec.yaml @@ -1,7 +1,6 @@ name: hello_world environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.12.0-0 <3.0.0" dependencies: diff --git a/examples/layers/pubspec.yaml b/examples/layers/pubspec.yaml index a1b0858c8c..23882b169e 100644 --- a/examples/layers/pubspec.yaml +++ b/examples/layers/pubspec.yaml @@ -1,7 +1,6 @@ name: flutter_examples_layers environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.12.0-0 <3.0.0" dependencies: diff --git a/examples/platform_channel/pubspec.yaml b/examples/platform_channel/pubspec.yaml index 39bde8dd70..7c947a842d 100644 --- a/examples/platform_channel/pubspec.yaml +++ b/examples/platform_channel/pubspec.yaml @@ -1,7 +1,6 @@ name: platform_channel environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/examples/platform_channel_swift/pubspec.yaml b/examples/platform_channel_swift/pubspec.yaml index 672ab6113b..26ddbce513 100644 --- a/examples/platform_channel_swift/pubspec.yaml +++ b/examples/platform_channel_swift/pubspec.yaml @@ -1,7 +1,6 @@ name: platform_channel_swift environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/examples/platform_view/pubspec.yaml b/examples/platform_view/pubspec.yaml index 4ce7f4215b..ba40c07038 100644 --- a/examples/platform_view/pubspec.yaml +++ b/examples/platform_view/pubspec.yaml @@ -1,7 +1,6 @@ name: platform_view environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/examples/splash/pubspec.yaml b/examples/splash/pubspec.yaml index 356ae77b9f..2617f4f201 100644 --- a/examples/splash/pubspec.yaml +++ b/examples/splash/pubspec.yaml @@ -1,7 +1,6 @@ name: splash environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/packages/flutter/test_private/pubspec.yaml b/packages/flutter/test_private/pubspec.yaml index 6b4fe18f2f..c05e3e6281 100644 --- a/packages/flutter/test_private/pubspec.yaml +++ b/packages/flutter/test_private/pubspec.yaml @@ -3,7 +3,6 @@ author: Flutter Authors description: Tests private interfaces of the flutter environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.12.0-0 <3.0.0" dependencies: diff --git a/packages/flutter/test_private/test/pubspec.yaml b/packages/flutter/test_private/test/pubspec.yaml index e53e601302..2f98530d60 100644 --- a/packages/flutter/test_private/test/pubspec.yaml +++ b/packages/flutter/test_private/test/pubspec.yaml @@ -2,7 +2,6 @@ name: animated_icons_private_test author: Flutter Authors environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.12.0-0 <3.0.0" dependencies: diff --git a/packages/flutter_driver/pubspec.yaml b/packages/flutter_driver/pubspec.yaml index c17394d19b..c282283775 100644 --- a/packages/flutter_driver/pubspec.yaml +++ b/packages/flutter_driver/pubspec.yaml @@ -4,7 +4,6 @@ homepage: http://flutter.dev author: Flutter Authors environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.12.0-0 <3.0.0" dependencies: diff --git a/packages/flutter_goldens/pubspec.yaml b/packages/flutter_goldens/pubspec.yaml index 66056d2689..6548ed6bd7 100644 --- a/packages/flutter_goldens/pubspec.yaml +++ b/packages/flutter_goldens/pubspec.yaml @@ -1,7 +1,6 @@ name: flutter_goldens environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.12.0-0 <3.0.0" dependencies: diff --git a/packages/flutter_goldens_client/pubspec.yaml b/packages/flutter_goldens_client/pubspec.yaml index 770da79c99..64f11e69ab 100644 --- a/packages/flutter_goldens_client/pubspec.yaml +++ b/packages/flutter_goldens_client/pubspec.yaml @@ -1,7 +1,6 @@ name: flutter_goldens_client environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.12.0-0 <3.0.0" dependencies: diff --git a/packages/flutter_localizations/pubspec.yaml b/packages/flutter_localizations/pubspec.yaml index c2769f5dc8..11bb9761ae 100644 --- a/packages/flutter_localizations/pubspec.yaml +++ b/packages/flutter_localizations/pubspec.yaml @@ -1,7 +1,6 @@ name: flutter_localizations environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.12.0-0 <3.0.0" dependencies: diff --git a/packages/flutter_test/pubspec.yaml b/packages/flutter_test/pubspec.yaml index 446d78af4a..eaf484f789 100644 --- a/packages/flutter_test/pubspec.yaml +++ b/packages/flutter_test/pubspec.yaml @@ -1,7 +1,6 @@ name: flutter_test environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.12.0-0 <3.0.0" dependencies: diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 90cbcd7b66..31ffdde23d 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -4,7 +4,6 @@ homepage: https://flutter.dev author: Flutter Authors environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.7.0 <3.0.0" dependencies: diff --git a/packages/flutter_tools/test/data/asset_test/font/pubspec.yaml b/packages/flutter_tools/test/data/asset_test/font/pubspec.yaml index 94f6ee88a5..f6032ad360 100644 --- a/packages/flutter_tools/test/data/asset_test/font/pubspec.yaml +++ b/packages/flutter_tools/test/data/asset_test/font/pubspec.yaml @@ -2,7 +2,6 @@ name: font description: A test project that contains a font. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" flutter: diff --git a/packages/flutter_tools/test/data/asset_test/main/pubspec.yaml b/packages/flutter_tools/test/data/asset_test/main/pubspec.yaml index c55704d0e6..a1b6779a84 100644 --- a/packages/flutter_tools/test/data/asset_test/main/pubspec.yaml +++ b/packages/flutter_tools/test/data/asset_test/main/pubspec.yaml @@ -2,7 +2,6 @@ name: main description: A test project that has a package with a font as a dependency. environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: diff --git a/packages/flutter_tools/test/general.shard/update_packages_test.dart b/packages/flutter_tools/test/general.shard/update_packages_test.dart index cb7c1b36e2..41d6190ac6 100644 --- a/packages/flutter_tools/test/general.shard/update_packages_test.dart +++ b/packages/flutter_tools/test/general.shard/update_packages_test.dart @@ -18,7 +18,6 @@ description: A framework for writing Flutter applications homepage: http://flutter.dev environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" dependencies: @@ -55,7 +54,6 @@ description: A dummy pubspec with no dependencies homepage: http://flutter.dev environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" '''; @@ -66,7 +64,6 @@ description: A framework for writing Flutter applications homepage: http://flutter.dev environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" dependencies: diff --git a/packages/fuchsia_remote_debug_protocol/pubspec.yaml b/packages/fuchsia_remote_debug_protocol/pubspec.yaml index 0a10c2ede3..7e8962f286 100644 --- a/packages/fuchsia_remote_debug_protocol/pubspec.yaml +++ b/packages/fuchsia_remote_debug_protocol/pubspec.yaml @@ -5,7 +5,6 @@ homepage: http://flutter.dev author: Flutter Authors environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. sdk: ">=2.2.2 <3.0.0" dependencies: