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

Commit 59f4c05

Browse files
committed
Updated licenses + removed extra line of code
1 parent 4aa0ace commit 59f4c05

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

shell/platform/darwin/ios/framework/Source/FlutterHeadlessDartRunner.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
@implementation FlutterHeadlessDartRunner {
4646
shell::ThreadHost _threadHost;
4747
std::unique_ptr<shell::Shell> _shell;
48-
shell::PlatformMessageRouter _message_router;
4948
}
5049

5150
- (instancetype)init {

travis/licenses_golden/licenses_flutter

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ FILE: ../../../flutter/shell/platform/darwin/desktop/Info.plist
206206
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Flutter.podspec
207207
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Info.plist
208208
FILE: ../../../flutter/shell/platform/darwin/ios/framework/module.modulemap
209+
FILE: ../../../flutter/shell/platform/darwin/ios/headless_platform_view_ios.mm
209210
FILE: ../../../flutter/shell/platform/embedder/assets/EmbedderInfo.plist
210211
FILE: ../../../flutter/shell/platform/embedder/assets/embedder.modulemap
211212
FILE: ../../../flutter/shell/platform/embedder/fixtures/simple_main.dart
@@ -489,13 +490,15 @@ FILE: ../../../flutter/flutter_kernel_transformers/lib/track_widget_constructor_
489490
FILE: ../../../flutter/lib/ui/isolate_name_server.dart
490491
FILE: ../../../flutter/lib/ui/painting/image_encoding.cc
491492
FILE: ../../../flutter/lib/ui/painting/image_encoding.h
493+
FILE: ../../../flutter/lib/ui/plugins.dart
492494
FILE: ../../../flutter/lib/ui/text/asset_manager_font_provider.cc
493495
FILE: ../../../flutter/lib/ui/text/asset_manager_font_provider.h
494496
FILE: ../../../flutter/shell/platform/android/apk_asset_provider.h
495497
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterPluginAppLifeCycleDelegate.h
496498
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegate.mm
497499
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h
498500
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.mm
501+
FILE: ../../../flutter/shell/platform/darwin/ios/headless_platform_view_ios.h
499502
----------------------------------------------------------------------------------------------------
500503
Copyright 2018 The Chromium Authors. All rights reserved.
501504

@@ -589,6 +592,7 @@ FILE: ../../../flutter/shell/platform/android/android_shell_holder.cc
589592
FILE: ../../../flutter/shell/platform/android/android_shell_holder.h
590593
FILE: ../../../flutter/shell/platform/android/platform_message_response_android.cc
591594
FILE: ../../../flutter/shell/platform/android/platform_message_response_android.h
595+
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate_Internal.h
592596
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/platform_message_response_darwin.h
593597
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/platform_message_response_darwin.mm
594598
----------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)