Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import FlutterMacOS
import Foundation

import file_selector_macos
import path_provider_macos
import path_provider_foundation
import url_launcher_macos
import window_size

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import FlutterMacOS
import Foundation

import path_provider_macos
import path_provider_foundation

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import firebase_core
import firebase_crashlytics
import games_services
import in_app_purchase_storekit
import path_provider_macos
import path_provider_foundation
import shared_preferences_foundation

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
Expand Down
1 change: 1 addition & 0 deletions tool/flutter_ci_script_beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
13 changes: 9 additions & 4 deletions tool/flutter_ci_script_master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
1 change: 1 addition & 0 deletions tool/flutter_ci_script_stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import FlutterMacOS
import Foundation

import shared_preferences_macos
import shared_preferences_foundation
import window_size

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
Expand Down