forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add_zoom_to_android_webview
* master: (150 commits) Update pull_request_label.yml (flutter#3647) migrate tests to null safety (flutter#3645) [shared_preferences] Don't create additional Handler when method channel is called. (flutter#3639) [image_picker_for_web] Bump version for NNBD stable (flutter#3635) [file_selector_platform_interface]: Verify that extensions don't have leading dots. (flutter#3451) Fix Cirrus script for firebase testlab tests (flutter#3634) [extension_google_sign_in_as_googleapis_auth] Migrate to null safety (flutter#3642) [file_selector] Endorse web (flutter#3643) [google_sign_in] Bump app-facing version for NNBD stable (flutter#3637) [google_sign_in_web] Migrate to null-safety (flutter#3628) Make executor an instance property (flutter#3633) [url_launcher] Added a note to the README (flutter#2031) Fix typo in image_picker_for_web README.md (flutter#2835) embedded_views_preview not required since v1.0.0 (flutter#3625) [file_selector] Migrate to null safety (flutter#3631) [camera_platform_interface] Stable null safety release. (flutter#3610) [wifi_info_flutter] null safety stable (flutter#3627) [in_app_purchase] Add support for InApp subscription upgrade/downgrade (flutter#2822) [cross_file] Fix base class nullability (flutter#3629) [file_selector] Return a non-null value from getSavePath on web (flutter#3630) ... # Conflicts: # packages/webview_flutter/CHANGELOG.md # packages/webview_flutter/pubspec.yaml
- Loading branch information
Showing
870 changed files
with
14,299 additions
and
15,267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
'needs-publishing': | ||
- packages/*/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,31 @@ | ||
# This workflow applies labels to pull requests based on the | ||
# paths that are modified in the pull request. | ||
# | ||
# Edit `.github/labeler.yml` to configure labels. | ||
# Edit `.github/labeler.yml` and `.github/post_merge_labeler.yml` | ||
# to configure labels. | ||
# | ||
# For more information, see: https://github.com/actions/labeler | ||
|
||
name: Pull Request Labeler | ||
|
||
on: | ||
- pull_request_target | ||
pull_request_target: | ||
types: [opened, synchronize, reopened, closed] | ||
|
||
jobs: | ||
label: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@main | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
sync-labels: true | ||
- uses: actions/labeler@9794b1493b6f1fa7b006c5f8635a19c76c98be95 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
sync-labels: true | ||
|
||
post_merge_label: | ||
if: github.event.action == 'closed' && github.event.pull_request.merged == true | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@9794b1493b6f1fa7b006c5f8635a19c76c98be95 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
configuration-path: .github/post_merge_labeler.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,3 +46,6 @@ build/ | |
.project | ||
.classpath | ||
.settings | ||
|
||
# Downloaded by the plugin tools. | ||
google-java-format-1.3-all-deps.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,4 +60,6 @@ Eitan Schwartz <[email protected]> | |
Chris Rutkowski <[email protected]> | ||
Juan Alvarez <[email protected]> | ||
Aleksandr Yurkovskiy <[email protected]> | ||
Anton Borries <[email protected]> | ||
Anton Borries <[email protected]> | ||
Alex Li <[email protected]> | ||
Rahul Raj <[email protected]> |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
packages/android_alarm_manager/example/ios/Flutter/AppFrameworkInfo.plist
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
packages/android_alarm_manager/example/ios/Flutter/Debug.xcconfig
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
packages/android_alarm_manager/example/ios/Flutter/Release.xcconfig
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.