1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Add background_isolate_channels to CI (#1448)

* Added sample code for using plugins and channels from background isolates.

* goderbauer feedback 1

* goderbauer feedback2

* goderbauer feedback 3

* Add `background_isolate_channels` to CI

* Comment in `background_isolate_channels`

* Fixup

* Elide `experimental/material_3_demo` from `master`

* Elide `material_3_demo` from `master` CI

* Elide `place_tracker` on `master` CI

---------

Co-authored-by: Brett Morgan <brettmorgan@google.com>
Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
This commit is contained in:
gaaclarke
2023-02-05 19:20:05 -08:00
committed by GitHub
parent 9583b59615
commit 787bf09fe3
7 changed files with 15 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ declare -ar PROJECT_NAMES=(
"add_to_app/prebuilt_module/flutter_module"
"android_splash_screen"
"animations"
"background_isolate_channels"
"code_sharing/client"
"code_sharing/server"
"code_sharing/shared"

View File

@@ -16,7 +16,9 @@ declare -ar PROJECT_NAMES=(
"add_to_app/prebuilt_module/flutter_module"
"android_splash_screen"
"animations"
"code_sharing/client"
"background_isolate_channels"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "code_sharing/client"
"code_sharing/server"
"code_sharing/shared"
"desktop_photo_search/fluent_ui"
@@ -30,7 +32,8 @@ declare -ar PROJECT_NAMES=(
"experimental/federated_plugin/federated_plugin_web"
"experimental/federated_plugin/federated_plugin_windows"
"experimental/linting_tool"
"experimental/material_3_demo"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "experimental/material_3_demo"
"experimental/pedometer"
"experimental/varfont_shader_puzzle"
"experimental/web_dashboard"
@@ -41,9 +44,11 @@ declare -ar PROJECT_NAMES=(
"ios_app_clip"
"isolate_example"
"jsonexample"
"material_3_demo"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "material_3_demo"
"navigation_and_routing"
"place_tracker"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "place_tracker"
"platform_channels"
"platform_design"
"platform_view_swift"

View File

@@ -16,6 +16,7 @@ declare -ar PROJECT_NAMES=(
"add_to_app/prebuilt_module/flutter_module"
"android_splash_screen"
"animations"
"background_isolate_channels"
"code_sharing/client"
"code_sharing/server"
"code_sharing/shared"