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

Commit 27bf63e

Browse files
authored
Merge branch 'flutter:main' into main
2 parents 1181376 + 376a64f commit 27bf63e

File tree

95 files changed

+1088
-475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1088
-475
lines changed

.ci/flutter_master.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c07af53b3cb2182d7735f022969efb00f2ddbd27
1+
b31f41bd1aa68531d30854937ac004d2f4ab2361

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050

5151
# Upload the results to GitHub's code scanning dashboard.
5252
- name: "Upload to code-scanning"
53-
uses: github/codeql-action/upload-sarif@b398f525a5587552e573b247ac661067fafa920b
53+
uses: github/codeql-action/upload-sarif@904260d7d935dff982205cbdb42025ce30b7a34f
5454
with:
5555
sarif_file: results.sarif

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ Daniel Roek <[email protected]>
6868
TheOneWithTheBraid <[email protected]>
6969
Rulong Chen(陈汝龙) <[email protected]>
7070
Hwanseok Kang <[email protected]>
71+
Twin Sun, LLC <[email protected]>
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# camera_android_camerax_example
1+
# Platform Implementation Test App
22

3-
Demonstrates how to use the camera_android_camerax plugin.
3+
This is a test app for manual testing and automated integration testing
4+
of this platform implementation. It is not intended to demonstrate actual use of
5+
this package, since the intent is that plugin clients use the app-facing
6+
package.
7+
8+
Unless you are making changes to this implementation package, this example is
9+
very unlikely to be relevant.
Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
# Testing
1+
# Platform Implementation Test App
2+
3+
This is a test app for manual testing and automated integration testing
4+
of this platform implementation. It is not intended to demonstrate actual use of
5+
this package, since the intent is that plugin clients use the app-facing
6+
package.
7+
8+
Unless you are making changes to this implementation package, this example is
9+
very unlikely to be relevant.
10+
11+
## Testing
212

313
This package uses `package:integration_test` to run its tests in a web browser.
414

515
See [Plugin Tests > Web Tests](https://github.com/flutter/flutter/wiki/Plugin-Tests#web-tests)
616
in the Flutter wiki for instructions to setup and run the tests in this package.
717

818
Check [flutter.dev > Integration testing](https://flutter.dev/docs/testing/integration-tests)
9-
for more info.
19+
for more info.
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# camera_windows_example
1+
# Platform Implementation Test App
22

3-
Demonstrates how to use the camera_windows plugin.
3+
This is a test app for manual testing and automated integration testing
4+
of this platform implementation. It is not intended to demonstrate actual use of
5+
this package, since the intent is that plugin clients use the app-facing
6+
package.
7+
8+
Unless you are making changes to this implementation package, this example is
9+
very unlikely to be relevant.
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# `file_selector_ios` example
1+
# Platform Implementation Test App
22

3-
Demonstrates iOS implementation of the
4-
[`file_selector` plugin](https://pub.dev/packages/file_selector).
3+
This is a test app for manual testing and automated integration testing
4+
of this platform implementation. It is not intended to demonstrate actual use of
5+
this package, since the intent is that plugin clients use the app-facing
6+
package.
7+
8+
Unless you are making changes to this implementation package, this example is
9+
very unlikely to be relevant.
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# `file_selector_linux` example
1+
# Platform Implementation Test App
22

3-
Demonstrates Linux implementation of the
4-
[`file_selector` plugin](https://pub.dev/packages/file_selector).
3+
This is a test app for manual testing and automated integration testing
4+
of this platform implementation. It is not intended to demonstrate actual use of
5+
this package, since the intent is that plugin clients use the app-facing
6+
package.
7+
8+
Unless you are making changes to this implementation package, this example is
9+
very unlikely to be relevant.
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# `file_selector_macos` example
1+
# Platform Implementation Test App
22

3-
Demonstrates macOS implementation of the
4-
[`file_selector` plugin](https://pub.dev/packages/file_selector).
3+
This is a test app for manual testing and automated integration testing
4+
of this platform implementation. It is not intended to demonstrate actual use of
5+
this package, since the intent is that plugin clients use the app-facing
6+
package.
7+
8+
Unless you are making changes to this implementation package, this example is
9+
very unlikely to be relevant.
Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
# Testing
1+
# Platform Implementation Test App
2+
3+
This is a test app for manual testing and automated integration testing
4+
of this platform implementation. It is not intended to demonstrate actual use of
5+
this package, since the intent is that plugin clients use the app-facing
6+
package.
7+
8+
Unless you are making changes to this implementation package, this example is
9+
very unlikely to be relevant.
10+
11+
## Testing
212

313
This package uses `package:integration_test` to run its tests in a web browser.
414

515
See [Plugin Tests > Web Tests](https://github.com/flutter/flutter/wiki/Plugin-Tests#web-tests)
616
in the Flutter wiki for instructions to setup and run the tests in this package.
717

818
Check [flutter.dev > Integration testing](https://flutter.dev/docs/testing/integration-tests)
9-
for more info.
19+
for more info.

0 commit comments

Comments
 (0)