Skip to content

Commit 787bf09

Browse files
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 <[email protected]> Co-authored-by: Brett Morgan <[email protected]>
1 parent 9583b59 commit 787bf09

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

experimental/linting_tool/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import FlutterMacOS
66
import Foundation
77

88
import file_selector_macos
9-
import path_provider_macos
9+
import path_provider_foundation
1010
import url_launcher_macos
1111
import window_size
1212

experimental/varfont_shader_puzzle/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import FlutterMacOS
66
import Foundation
77

8-
import path_provider_macos
8+
import path_provider_foundation
99

1010
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
1111
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))

game_template/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import firebase_core
1010
import firebase_crashlytics
1111
import games_services
1212
import in_app_purchase_storekit
13-
import path_provider_macos
13+
import path_provider_foundation
1414
import shared_preferences_foundation
1515

1616
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {

tool/flutter_ci_script_beta.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ declare -ar PROJECT_NAMES=(
1616
"add_to_app/prebuilt_module/flutter_module"
1717
"android_splash_screen"
1818
"animations"
19+
"background_isolate_channels"
1920
"code_sharing/client"
2021
"code_sharing/server"
2122
"code_sharing/shared"

tool/flutter_ci_script_master.sh

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ declare -ar PROJECT_NAMES=(
1616
"add_to_app/prebuilt_module/flutter_module"
1717
"android_splash_screen"
1818
"animations"
19-
"code_sharing/client"
19+
"background_isolate_channels"
20+
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
21+
# "code_sharing/client"
2022
"code_sharing/server"
2123
"code_sharing/shared"
2224
"desktop_photo_search/fluent_ui"
@@ -30,7 +32,8 @@ declare -ar PROJECT_NAMES=(
3032
"experimental/federated_plugin/federated_plugin_web"
3133
"experimental/federated_plugin/federated_plugin_windows"
3234
"experimental/linting_tool"
33-
"experimental/material_3_demo"
35+
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
36+
# "experimental/material_3_demo"
3437
"experimental/pedometer"
3538
"experimental/varfont_shader_puzzle"
3639
"experimental/web_dashboard"
@@ -41,9 +44,11 @@ declare -ar PROJECT_NAMES=(
4144
"ios_app_clip"
4245
"isolate_example"
4346
"jsonexample"
44-
"material_3_demo"
47+
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
48+
# "material_3_demo"
4549
"navigation_and_routing"
46-
"place_tracker"
50+
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
51+
# "place_tracker"
4752
"platform_channels"
4853
"platform_design"
4954
"platform_view_swift"

tool/flutter_ci_script_stable.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ declare -ar PROJECT_NAMES=(
1616
"add_to_app/prebuilt_module/flutter_module"
1717
"android_splash_screen"
1818
"animations"
19+
"background_isolate_channels"
1920
"code_sharing/client"
2021
"code_sharing/server"
2122
"code_sharing/shared"

veggieseasons/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import FlutterMacOS
66
import Foundation
77

8-
import shared_preferences_macos
8+
import shared_preferences_foundation
99
import window_size
1010

1111
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {

0 commit comments

Comments
 (0)