diff --git a/packages/imitation_game/imitation_tests/smiley/flutter/smiley/pubspec.yaml b/packages/imitation_game/imitation_tests/smiley/flutter/smiley/pubspec.yaml index 6d8e6cc497..61a41493d5 100644 --- a/packages/imitation_game/imitation_tests/smiley/flutter/smiley/pubspec.yaml +++ b/packages/imitation_game/imitation_tests/smiley/flutter/smiley/pubspec.yaml @@ -21,13 +21,9 @@ environment: sdk: ">=2.7.0 <3.0.0" dependencies: + cupertino_icons: ^0.1.3 flutter: sdk: flutter - - - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.3 http: ^0.12.2 poll_ios_stats: ^0.0.1 diff --git a/packages/imitation_game/pubspec.yaml b/packages/imitation_game/pubspec.yaml index 761c692f5f..eb480f1d12 100644 --- a/packages/imitation_game/pubspec.yaml +++ b/packages/imitation_game/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 description: Testing framework for comparing multiple frameworks' performance. homepage: https://github.com/flutter/packages/tree/master/packages/imitation_game dependencies: - mustache: ^1.1.1 args: ^1.6.0 + mustache: ^1.1.1 environment: sdk: ">=1.8.0 <3.0.0" diff --git a/packages/multicast_dns/pubspec.yaml b/packages/multicast_dns/pubspec.yaml index 1438542aa6..98c75aeca2 100644 --- a/packages/multicast_dns/pubspec.yaml +++ b/packages/multicast_dns/pubspec.yaml @@ -1,6 +1,5 @@ name: multicast_dns description: Dart package for mDNS queries (e.g. Bonjour, Avahi). -author: Flutter Team homepage: https://github.com/flutter/packages/tree/master/packages/multicast_dns version: 0.2.2 @@ -8,8 +7,8 @@ dependencies: meta: ^1.1.6 dev_dependencies: - test: "^1.3.4" mockito: "^4.1.0" + test: "^1.3.4" environment: - sdk: ">=2.1.1-dev.2.0 <3.0.0" + sdk: ">=2.2.0 <3.0.0" diff --git a/packages/palette_generator/example/pubspec.yaml b/packages/palette_generator/example/pubspec.yaml index e7a0e3e3ce..dfa9587f31 100644 --- a/packages/palette_generator/example/pubspec.yaml +++ b/packages/palette_generator/example/pubspec.yaml @@ -4,11 +4,11 @@ description: A simple example of how to use the PaletteGenerator to load the pal version: 0.1.0 dependencies: + cupertino_icons: ^0.1.2 flutter: sdk: flutter palette_generator: path: .. - cupertino_icons: ^0.1.2 dev_dependencies: flutter_test: diff --git a/packages/palette_generator/pubspec.yaml b/packages/palette_generator/pubspec.yaml index bdf97793a2..d53dd8b824 100644 --- a/packages/palette_generator/pubspec.yaml +++ b/packages/palette_generator/pubspec.yaml @@ -4,15 +4,15 @@ homepage: https://github.com/flutter/packages/tree/master/packages/palette_gener version: 0.2.4+1 dependencies: + collection: ^1.14.6 flutter: sdk: flutter - collection: ^1.14.6 path: ^1.6.1 dev_dependencies: - mockito: ^3.0.0 flutter_test: sdk: flutter + mockito: ^3.0.0 environment: sdk: ">=2.2.0 <3.0.0" diff --git a/packages/pigeon/e2e_tests/test_objc/pubspec.yaml b/packages/pigeon/e2e_tests/test_objc/pubspec.yaml index 745ab9cbe0..b66d931363 100644 --- a/packages/pigeon/e2e_tests/test_objc/pubspec.yaml +++ b/packages/pigeon/e2e_tests/test_objc/pubspec.yaml @@ -17,17 +17,16 @@ environment: sdk: ">=2.1.0 <3.0.0" dependencies: - flutter: - sdk: flutter - # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.2 + flutter: + sdk: flutter dev_dependencies: + e2e: ^0.4.0 flutter_test: sdk: flutter - e2e: ^0.4.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/pigeon/mock_handler_tester/pubspec.yaml b/packages/pigeon/mock_handler_tester/pubspec.yaml index 402c958055..eeabf8d49f 100644 --- a/packages/pigeon/mock_handler_tester/pubspec.yaml +++ b/packages/pigeon/mock_handler_tester/pubspec.yaml @@ -7,9 +7,9 @@ environment: sdk: ">=2.7.0 <3.0.0" dependencies: + cupertino_icons: ^0.1.3 flutter: sdk: flutter - cupertino_icons: ^0.1.3 dev_dependencies: flutter_test: diff --git a/packages/pigeon/platform_tests/ios_unit_tests/pubspec.yaml b/packages/pigeon/platform_tests/ios_unit_tests/pubspec.yaml index d5b2453e78..e5e7de4528 100644 --- a/packages/pigeon/platform_tests/ios_unit_tests/pubspec.yaml +++ b/packages/pigeon/platform_tests/ios_unit_tests/pubspec.yaml @@ -17,13 +17,10 @@ environment: sdk: ">=2.1.0 <3.0.0" dependencies: + cupertino_icons: ^0.1.2 flutter: sdk: flutter - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.2 - dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/pigeon/pubspec.yaml b/packages/pigeon/pubspec.yaml index cbb04a783d..6a4034a719 100644 --- a/packages/pigeon/pubspec.yaml +++ b/packages/pigeon/pubspec.yaml @@ -3,8 +3,8 @@ version: 0.1.12 description: Code generator tool to make communication between Flutter and the host platform type-safe and easier. homepage: https://github.com/flutter/packages/tree/master/packages/pigeon dependencies: - path: ^1.6.4 args: ^1.5.2 + path: ^1.6.4 dev_dependencies: test: ^1.11.1 environment: diff --git a/packages/xdg_directories/pubspec.yaml b/packages/xdg_directories/pubspec.yaml index 93d1cab99f..92e7437623 100644 --- a/packages/xdg_directories/pubspec.yaml +++ b/packages/xdg_directories/pubspec.yaml @@ -12,5 +12,5 @@ dependencies: process: ">=3.0.12 <5.0.0" dev_dependencies: - test: ^1.15.3 mockito: ^4.1.1 + test: ^1.15.3