Skip to content

Commit 412eb15

Browse files
committed
sorted pub dependencies
1 parent 1a3ef33 commit 412eb15

File tree

10 files changed

+13
-21
lines changed

10 files changed

+13
-21
lines changed

packages/imitation_game/imitation_tests/smiley/flutter/smiley/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@ environment:
2121
sdk: ">=2.7.0 <3.0.0"
2222

2323
dependencies:
24+
cupertino_icons: ^0.1.3
2425
flutter:
2526
sdk: flutter
26-
27-
28-
# The following adds the Cupertino Icons font to your application.
29-
# Use with the CupertinoIcons class for iOS style icons.
30-
cupertino_icons: ^0.1.3
3127
http: ^0.12.2
3228
poll_ios_stats: ^0.0.1
3329

packages/imitation_game/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.0.1
33
description: Testing framework for comparing multiple frameworks' performance.
44
homepage: https://github.com/flutter/packages/tree/master/packages/imitation_game
55
dependencies:
6-
mustache: ^1.1.1
76
args: ^1.6.0
7+
mustache: ^1.1.1
88
environment:
99
sdk: ">=1.8.0 <3.0.0"

packages/multicast_dns/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies:
88
meta: ^1.1.6
99

1010
dev_dependencies:
11-
test: "^1.3.4"
1211
mockito: "^4.1.0"
12+
test: "^1.3.4"
1313

1414
environment:
1515
sdk: ">=2.1.1-dev.2.0 <3.0.0"

packages/palette_generator/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: A simple example of how to use the PaletteGenerator to load the pal
44
version: 0.1.0
55

66
dependencies:
7+
cupertino_icons: ^0.1.2
78
flutter:
89
sdk: flutter
910
palette_generator:
1011
path: ..
11-
cupertino_icons: ^0.1.2
1212

1313
dev_dependencies:
1414
flutter_test:

packages/palette_generator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ homepage: https://github.com/flutter/packages/tree/master/packages/palette_gener
44
version: 0.2.4+1
55

66
dependencies:
7+
collection: ^1.14.6
78
flutter:
89
sdk: flutter
9-
collection: ^1.14.6
1010
path: ^1.6.1
1111

1212
dev_dependencies:
13-
mockito: ^3.0.0
1413
flutter_test:
1514
sdk: flutter
15+
mockito: ^3.0.0
1616

1717
environment:
1818
sdk: ">=2.2.0 <3.0.0"

packages/pigeon/e2e_tests/test_objc/pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,16 @@ environment:
1717
sdk: ">=2.1.0 <3.0.0"
1818

1919
dependencies:
20-
flutter:
21-
sdk: flutter
22-
2320
# The following adds the Cupertino Icons font to your application.
2421
# Use with the CupertinoIcons class for iOS style icons.
2522
cupertino_icons: ^0.1.2
23+
flutter:
24+
sdk: flutter
2625

2726
dev_dependencies:
27+
e2e: ^0.4.0
2828
flutter_test:
2929
sdk: flutter
30-
e2e: ^0.4.0
3130

3231
# For information on the generic Dart part of this file, see the
3332
# following page: https://dart.dev/tools/pub/pubspec

packages/pigeon/mock_handler_tester/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ environment:
77
sdk: ">=2.7.0 <3.0.0"
88

99
dependencies:
10+
cupertino_icons: ^0.1.3
1011
flutter:
1112
sdk: flutter
12-
cupertino_icons: ^0.1.3
1313

1414
dev_dependencies:
1515
flutter_test:

packages/pigeon/platform_tests/ios_unit_tests/pubspec.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ environment:
1717
sdk: ">=2.1.0 <3.0.0"
1818

1919
dependencies:
20+
cupertino_icons: ^0.1.2
2021
flutter:
2122
sdk: flutter
2223

23-
# The following adds the Cupertino Icons font to your application.
24-
# Use with the CupertinoIcons class for iOS style icons.
25-
cupertino_icons: ^0.1.2
26-
2724
dev_dependencies:
2825
flutter_test:
2926
sdk: flutter

packages/pigeon/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ version: 0.1.12
33
description: Code generator tool to make communication between Flutter and the host platform type-safe and easier.
44
homepage: https://github.com/flutter/packages/tree/master/packages/pigeon
55
dependencies:
6-
path: ^1.6.4
76
args: ^1.5.2
7+
path: ^1.6.4
88
dev_dependencies:
99
test: ^1.11.1
1010
environment:

packages/xdg_directories/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies:
1212
process: ">=3.0.12 <5.0.0"
1313

1414
dev_dependencies:
15-
test: ^1.15.3
1615
mockito: ^4.1.1
16+
test: ^1.15.3

0 commit comments

Comments
 (0)