Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d3f50fa

Browse files
committed
Add a short comment explain path dependencies
1 parent 619392d commit d3f50fa

26 files changed

Lines changed: 30 additions & 59 deletions

File tree

packages/android_alarm_manager/example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Demonstrates how to use the android_alarm_manager plugin.
44
dependencies:
55
flutter:
66
sdk: flutter
7-
android_alarm_manager:
8-
path: ../
7+
android_alarm_manager: {path: ../} # ^x.y.z in your application
98
e2e: ^0.2.1
109
path_provider: ^1.3.1
1110

packages/android_intent/example/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Demonstrates how to use the android_intent plugin.
44
dependencies:
55
flutter:
66
sdk: flutter
7-
android_intent:
8-
path: ../
7+
android_intent: {path: ../} # ^x.y.z in your application
98

109
dev_dependencies:
1110
e2e: "^0.2.1"
@@ -17,4 +16,4 @@ flutter:
1716
uses-material-design: true
1817

1918
environment:
20-
flutter: ">=1.9.1+hotfix.2 <2.0.0"
19+
flutter: ">=1.9.1+hotfix.2 <2.0.0"

packages/battery/example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Demonstrates how to use the battery plugin.
44
dependencies:
55
flutter:
66
sdk: flutter
7-
battery:
8-
path: ../
7+
battery: {path: ../} # ^x.y.z in your application
98

109
dev_dependencies:
1110
flutter_driver:

packages/camera/example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: camera_example
22
description: Demonstrates how to use the camera plugin.
33

44
dependencies:
5-
camera:
6-
path: ../
5+
camera: {path: ../} # ^x.y.z in your application
76
path_provider: ^0.5.0
87
flutter:
98
sdk: flutter

packages/connectivity/example/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ description: Demonstrates how to use the connectivity plugin.
44
dependencies:
55
flutter:
66
sdk: flutter
7-
connectivity:
8-
path: ../
9-
connectivity_macos:
10-
path: ../connectivity_macos
7+
connectivity: {path: ../} # ^x.y.z in your application
8+
connectivity_macos: {path: ../connectivity_macos} # ^x.y.z in your application
119

1210
dev_dependencies:
1311
flutter_driver:

packages/device_info/example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Demonstrates how to use the device_info plugin.
44
dependencies:
55
flutter:
66
sdk: flutter
7-
device_info:
8-
path: ../
7+
device_info: {path: ../} # ^x.y.z in your application
98

109
dev_dependencies:
1110
flutter_driver:

packages/e2e/example/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ dev_dependencies:
1818
sdk: flutter
1919
flutter_driver:
2020
sdk: flutter
21-
e2e:
22-
path: ../
23-
e2e_macos:
24-
path: ../e2e_macos
21+
e2e: {path: ../} # ^x.y.z in your application
22+
e2e_macos: {path: ../e2e_macos} # ^x.y.z in your application
2523

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

packages/espresso/example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ dev_dependencies:
1919
flutter_driver:
2020
sdk: flutter
2121

22-
espresso:
23-
path: ../
22+
espresso: {path: ../} # ^x.y.z in your application
2423

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

packages/flutter_plugin_android_lifecycle/example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ dev_dependencies:
1414
flutter_test:
1515
sdk: flutter
1616

17-
flutter_plugin_android_lifecycle:
18-
path: ../
17+
flutter_plugin_android_lifecycle: {path: ../} # ^x.y.z in your application
1918

2019
flutter:
2120
uses-material-design: true

packages/google_maps_flutter/example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ dependencies:
88
# The following adds the Cupertino Icons font to your application.
99
# Use with the CupertinoIcons class for iOS style icons.
1010
cupertino_icons: ^0.1.0
11-
google_maps_flutter:
12-
path: ../
11+
google_maps_flutter: {path: ../} # ^x.y.z in your application
1312
flutter_plugin_android_lifecycle: ^1.0.0
1413

1514
dev_dependencies:

0 commit comments

Comments
 (0)