Skip to content

Commit d274888

Browse files
authored
Rename platform_services to platform_channel (flutter#9018)
* Rename platform_services to platform_channel * rename in README * renamed tests * update modules.xml
1 parent eedc5d9 commit d274888

File tree

38 files changed

+20
-20
lines changed

38 files changed

+20
-20
lines changed

dev/devicelab/lib/tasks/perf_tests.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import '../framework/utils.dart';
1313

1414
TaskFunction createPlatformServiceDriverTest() {
1515
return new DriverTest(
16-
'${flutterDirectory.path}/examples/platform_services',
16+
'${flutterDirectory.path}/examples/platform_channel',
1717
'test_driver/button_tap.dart',
1818
);
1919
}

dev/devicelab/manifest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ tasks:
8383
stage: devicelab
8484
required_agent_capabilities: ["has-android-device"]
8585

86-
platform_services_test:
86+
platform_channel_test:
8787
description: >
88-
Runs a driver test on the Platform Services sample app on Android.
88+
Runs a driver test on the Platform Channel sample app on Android.
8989
stage: devicelab
9090
required_agent_capabilities: ["has-android-device"]
9191

@@ -152,9 +152,9 @@ tasks:
152152

153153
# iOS on-device tests
154154

155-
platform_services_test_ios:
155+
platform_channel_test_ios:
156156
description: >
157-
Runs a driver test on the Platform Services sample app on iOS.
157+
Runs a driver test on the Platform Channel sample app on iOS.
158158
stage: devicelab_ios
159159
required_agent_capabilities: ["has-ios-device"]
160160

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Available examples include:
2525
- **Flutter gallery** The [flutter gallery app](flutter_gallery) showcases
2626
Flutter's implementation of [material design](https://material.google.com/).
2727

28-
- **Platform Services** The [platform services app](platform_services)
28+
- **Platform Channel** The [platform channel app](platform_channel)
2929
demonstrates how to connect a Flutter app to platform-specific APIs. For
3030
documentation, see https://flutter.io/platform-channels/ .
3131

examples/platform_services/.idea/modules.xml renamed to examples/platform_channel/.idea/modules.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/platform_services/.idea/runConfiguration/platform_services.xml renamed to examples/platform_channel/.idea/runConfiguration/platform_services.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)