Ver Fonte

Add generated Flutter files to gitignore (#1855)

* chore: add generated files to gitignore

* chore: remove gitignored files
Kristen McWilliam há 2 anos atrás
pai
commit
64902f763b
30 ficheiros alterados com 2 adições e 546 exclusões
  1. 2 0
      frontend/app_flowy/.gitignore
  2. 0 35
      frontend/app_flowy/linux/flutter/generated_plugin_registrant.cc
  3. 0 15
      frontend/app_flowy/linux/flutter/generated_plugin_registrant.h
  4. 0 29
      frontend/app_flowy/linux/flutter/generated_plugins.cmake
  5. 0 34
      frontend/app_flowy/macos/Flutter/GeneratedPluginRegistrant.swift
  6. 0 12
      frontend/app_flowy/packages/appflowy_backend/example/macos/Flutter/GeneratedPluginRegistrant.swift
  7. 0 14
      frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugin_registrant.cc
  8. 0 15
      frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugin_registrant.h
  9. 0 24
      frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugins.cmake
  10. 0 23
      frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugin_registrant.cc
  11. 0 15
      frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugin_registrant.h
  12. 0 26
      frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugins.cmake
  13. 0 20
      frontend/app_flowy/packages/appflowy_editor/example/macos/Flutter/GeneratedPluginRegistrant.swift
  14. 0 17
      frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugin_registrant.cc
  15. 0 15
      frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugin_registrant.h
  16. 0 25
      frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugins.cmake
  17. 0 11
      frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugin_registrant.cc
  18. 0 15
      frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugin_registrant.h
  19. 0 23
      frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugins.cmake
  20. 0 10
      frontend/app_flowy/packages/appflowy_popover/example/macos/Flutter/GeneratedPluginRegistrant.swift
  21. 0 11
      frontend/app_flowy/packages/appflowy_popover/example/windows/flutter/generated_plugin_registrant.cc
  22. 0 15
      frontend/app_flowy/packages/appflowy_popover/example/windows/flutter/generated_plugin_registrant.h
  23. 0 23
      frontend/app_flowy/packages/appflowy_popover/example/windows/flutter/generated_plugins.cmake
  24. 0 15
      frontend/app_flowy/packages/flowy_infra_ui/example/linux/flutter/generated_plugin_registrant.cc
  25. 0 15
      frontend/app_flowy/packages/flowy_infra_ui/example/linux/flutter/generated_plugin_registrant.h
  26. 0 24
      frontend/app_flowy/packages/flowy_infra_ui/example/linux/flutter/generated_plugins.cmake
  27. 0 12
      frontend/app_flowy/packages/flowy_infra_ui/example/macos/Flutter/GeneratedPluginRegistrant.swift
  28. 0 14
      frontend/app_flowy/packages/flowy_infra_ui/example/windows/flutter/generated_plugin_registrant.cc
  29. 0 15
      frontend/app_flowy/packages/flowy_infra_ui/example/windows/flutter/generated_plugin_registrant.h
  30. 0 24
      frontend/app_flowy/packages/flowy_infra_ui/example/windows/flutter/generated_plugins.cmake

+ 2 - 0
frontend/app_flowy/.gitignore

@@ -30,6 +30,8 @@
 .pub-cache/
 .pub/
 /build/
+generated*
+Generated*
 
 # Web related
 lib/generated_plugin_registrant.dart

+ 0 - 35
frontend/app_flowy/linux/flutter/generated_plugin_registrant.cc

@@ -1,35 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#include "generated_plugin_registrant.h"
-
-#include <flowy_infra_ui/flowy_infra_u_i_plugin.h>
-#include <hotkey_manager/hotkey_manager_plugin.h>
-#include <rich_clipboard_linux/rich_clipboard_plugin.h>
-#include <screen_retriever/screen_retriever_plugin.h>
-#include <url_launcher_linux/url_launcher_plugin.h>
-#include <window_manager/window_manager_plugin.h>
-
-void fl_register_plugins(FlPluginRegistry* registry) {
-  g_autoptr(FlPluginRegistrar) flowy_infra_ui_registrar =
-      fl_plugin_registry_get_registrar_for_plugin(registry, "FlowyInfraUIPlugin");
-  flowy_infra_u_i_plugin_register_with_registrar(flowy_infra_ui_registrar);
-  g_autoptr(FlPluginRegistrar) hotkey_manager_registrar =
-      fl_plugin_registry_get_registrar_for_plugin(registry, "HotkeyManagerPlugin");
-  hotkey_manager_plugin_register_with_registrar(hotkey_manager_registrar);
-  g_autoptr(FlPluginRegistrar) rich_clipboard_linux_registrar =
-      fl_plugin_registry_get_registrar_for_plugin(registry, "RichClipboardPlugin");
-  rich_clipboard_plugin_register_with_registrar(rich_clipboard_linux_registrar);
-  g_autoptr(FlPluginRegistrar) screen_retriever_registrar =
-      fl_plugin_registry_get_registrar_for_plugin(registry, "ScreenRetrieverPlugin");
-  screen_retriever_plugin_register_with_registrar(screen_retriever_registrar);
-  g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
-      fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
-  url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
-  g_autoptr(FlPluginRegistrar) window_manager_registrar =
-      fl_plugin_registry_get_registrar_for_plugin(registry, "WindowManagerPlugin");
-  window_manager_plugin_register_with_registrar(window_manager_registrar);
-}

+ 0 - 15
frontend/app_flowy/linux/flutter/generated_plugin_registrant.h

@@ -1,15 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#ifndef GENERATED_PLUGIN_REGISTRANT_
-#define GENERATED_PLUGIN_REGISTRANT_
-
-#include <flutter_linux/flutter_linux.h>
-
-// Registers Flutter plugins.
-void fl_register_plugins(FlPluginRegistry* registry);
-
-#endif  // GENERATED_PLUGIN_REGISTRANT_

+ 0 - 29
frontend/app_flowy/linux/flutter/generated_plugins.cmake

@@ -1,29 +0,0 @@
-#
-# Generated file, do not edit.
-#
-
-list(APPEND FLUTTER_PLUGIN_LIST
-  flowy_infra_ui
-  hotkey_manager
-  rich_clipboard_linux
-  screen_retriever
-  url_launcher_linux
-  window_manager
-)
-
-list(APPEND FLUTTER_FFI_PLUGIN_LIST
-)
-
-set(PLUGIN_BUNDLED_LIBRARIES)
-
-foreach(plugin ${FLUTTER_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux plugins/${plugin})
-  target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
-endforeach(plugin)
-
-foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin})
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
-endforeach(ffi_plugin)

+ 0 - 34
frontend/app_flowy/macos/Flutter/GeneratedPluginRegistrant.swift

@@ -1,34 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-import FlutterMacOS
-import Foundation
-
-import appflowy_backend
-import connectivity_plus_macos
-import device_info_plus_macos
-import flowy_infra_ui
-import hotkey_manager
-import package_info_plus_macos
-import path_provider_foundation
-import rich_clipboard_macos
-import screen_retriever
-import shared_preferences_foundation
-import url_launcher_macos
-import window_manager
-
-func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
-  AppFlowyBackendPlugin.register(with: registry.registrar(forPlugin: "AppFlowyBackendPlugin"))
-  ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
-  DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
-  FlowyInfraUIPlugin.register(with: registry.registrar(forPlugin: "FlowyInfraUIPlugin"))
-  HotkeyManagerPlugin.register(with: registry.registrar(forPlugin: "HotkeyManagerPlugin"))
-  FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
-  PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
-  RichClipboardPlugin.register(with: registry.registrar(forPlugin: "RichClipboardPlugin"))
-  ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
-  SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
-  UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
-  WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
-}

+ 0 - 12
frontend/app_flowy/packages/appflowy_backend/example/macos/Flutter/GeneratedPluginRegistrant.swift

@@ -1,12 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-import FlutterMacOS
-import Foundation
-
-import appflowy_backend
-
-func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
-  AppFlowyBackendPlugin.register(with: registry.registrar(forPlugin: "AppFlowyBackendPlugin"))
-}

+ 0 - 14
frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugin_registrant.cc

@@ -1,14 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#include "generated_plugin_registrant.h"
-
-#include <appflowy_backend/app_flowy_backend_plugin.h>
-
-void RegisterPlugins(flutter::PluginRegistry* registry) {
-  AppFlowyBackendPluginRegisterWithRegistrar(
-      registry->GetRegistrarForPlugin("AppFlowyBackendPlugin"));
-}

+ 0 - 15
frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugin_registrant.h

@@ -1,15 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#ifndef GENERATED_PLUGIN_REGISTRANT_
-#define GENERATED_PLUGIN_REGISTRANT_
-
-#include <flutter/plugin_registry.h>
-
-// Registers Flutter plugins.
-void RegisterPlugins(flutter::PluginRegistry* registry);
-
-#endif  // GENERATED_PLUGIN_REGISTRANT_

+ 0 - 24
frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugins.cmake

@@ -1,24 +0,0 @@
-#
-# Generated file, do not edit.
-#
-
-list(APPEND FLUTTER_PLUGIN_LIST
-  appflowy_backend
-)
-
-list(APPEND FLUTTER_FFI_PLUGIN_LIST
-)
-
-set(PLUGIN_BUNDLED_LIBRARIES)
-
-foreach(plugin ${FLUTTER_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})
-  target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
-endforeach(plugin)
-
-foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
-endforeach(ffi_plugin)

+ 0 - 23
frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugin_registrant.cc

@@ -1,23 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#include "generated_plugin_registrant.h"
-
-#include <flowy_infra_ui/flowy_infra_u_i_plugin.h>
-#include <rich_clipboard_linux/rich_clipboard_plugin.h>
-#include <url_launcher_linux/url_launcher_plugin.h>
-
-void fl_register_plugins(FlPluginRegistry* registry) {
-  g_autoptr(FlPluginRegistrar) flowy_infra_ui_registrar =
-      fl_plugin_registry_get_registrar_for_plugin(registry, "FlowyInfraUIPlugin");
-  flowy_infra_u_i_plugin_register_with_registrar(flowy_infra_ui_registrar);
-  g_autoptr(FlPluginRegistrar) rich_clipboard_linux_registrar =
-      fl_plugin_registry_get_registrar_for_plugin(registry, "RichClipboardPlugin");
-  rich_clipboard_plugin_register_with_registrar(rich_clipboard_linux_registrar);
-  g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
-      fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
-  url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
-}

+ 0 - 15
frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugin_registrant.h

@@ -1,15 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#ifndef GENERATED_PLUGIN_REGISTRANT_
-#define GENERATED_PLUGIN_REGISTRANT_
-
-#include <flutter_linux/flutter_linux.h>
-
-// Registers Flutter plugins.
-void fl_register_plugins(FlPluginRegistry* registry);
-
-#endif  // GENERATED_PLUGIN_REGISTRANT_

+ 0 - 26
frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugins.cmake

@@ -1,26 +0,0 @@
-#
-# Generated file, do not edit.
-#
-
-list(APPEND FLUTTER_PLUGIN_LIST
-  flowy_infra_ui
-  rich_clipboard_linux
-  url_launcher_linux
-)
-
-list(APPEND FLUTTER_FFI_PLUGIN_LIST
-)
-
-set(PLUGIN_BUNDLED_LIBRARIES)
-
-foreach(plugin ${FLUTTER_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux plugins/${plugin})
-  target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
-endforeach(plugin)
-
-foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin})
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
-endforeach(ffi_plugin)

+ 0 - 20
frontend/app_flowy/packages/appflowy_editor/example/macos/Flutter/GeneratedPluginRegistrant.swift

@@ -1,20 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-import FlutterMacOS
-import Foundation
-
-import flowy_infra_ui
-import path_provider_macos
-import rich_clipboard_macos
-import shared_preferences_macos
-import url_launcher_macos
-
-func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
-  FlowyInfraUIPlugin.register(with: registry.registrar(forPlugin: "FlowyInfraUIPlugin"))
-  PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
-  RichClipboardPlugin.register(with: registry.registrar(forPlugin: "RichClipboardPlugin"))
-  SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
-  UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
-}

+ 0 - 17
frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugin_registrant.cc

@@ -1,17 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#include "generated_plugin_registrant.h"
-
-#include <flowy_infra_ui/flowy_infra_u_i_plugin.h>
-#include <url_launcher_windows/url_launcher_windows.h>
-
-void RegisterPlugins(flutter::PluginRegistry* registry) {
-  FlowyInfraUIPluginRegisterWithRegistrar(
-      registry->GetRegistrarForPlugin("FlowyInfraUIPlugin"));
-  UrlLauncherWindowsRegisterWithRegistrar(
-      registry->GetRegistrarForPlugin("UrlLauncherWindows"));
-}

+ 0 - 15
frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugin_registrant.h

@@ -1,15 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#ifndef GENERATED_PLUGIN_REGISTRANT_
-#define GENERATED_PLUGIN_REGISTRANT_
-
-#include <flutter/plugin_registry.h>
-
-// Registers Flutter plugins.
-void RegisterPlugins(flutter::PluginRegistry* registry);
-
-#endif  // GENERATED_PLUGIN_REGISTRANT_

+ 0 - 25
frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugins.cmake

@@ -1,25 +0,0 @@
-#
-# Generated file, do not edit.
-#
-
-list(APPEND FLUTTER_PLUGIN_LIST
-  flowy_infra_ui
-  url_launcher_windows
-)
-
-list(APPEND FLUTTER_FFI_PLUGIN_LIST
-)
-
-set(PLUGIN_BUNDLED_LIBRARIES)
-
-foreach(plugin ${FLUTTER_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})
-  target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
-endforeach(plugin)
-
-foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
-endforeach(ffi_plugin)

+ 0 - 11
frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugin_registrant.cc

@@ -1,11 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#include "generated_plugin_registrant.h"
-
-
-void fl_register_plugins(FlPluginRegistry* registry) {
-}

+ 0 - 15
frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugin_registrant.h

@@ -1,15 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#ifndef GENERATED_PLUGIN_REGISTRANT_
-#define GENERATED_PLUGIN_REGISTRANT_
-
-#include <flutter_linux/flutter_linux.h>
-
-// Registers Flutter plugins.
-void fl_register_plugins(FlPluginRegistry* registry);
-
-#endif  // GENERATED_PLUGIN_REGISTRANT_

+ 0 - 23
frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugins.cmake

@@ -1,23 +0,0 @@
-#
-# Generated file, do not edit.
-#
-
-list(APPEND FLUTTER_PLUGIN_LIST
-)
-
-list(APPEND FLUTTER_FFI_PLUGIN_LIST
-)
-
-set(PLUGIN_BUNDLED_LIBRARIES)
-
-foreach(plugin ${FLUTTER_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux plugins/${plugin})
-  target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
-endforeach(plugin)
-
-foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin})
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
-endforeach(ffi_plugin)

+ 0 - 10
frontend/app_flowy/packages/appflowy_popover/example/macos/Flutter/GeneratedPluginRegistrant.swift

@@ -1,10 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-import FlutterMacOS
-import Foundation
-
-
-func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
-}

+ 0 - 11
frontend/app_flowy/packages/appflowy_popover/example/windows/flutter/generated_plugin_registrant.cc

@@ -1,11 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#include "generated_plugin_registrant.h"
-
-
-void RegisterPlugins(flutter::PluginRegistry* registry) {
-}

+ 0 - 15
frontend/app_flowy/packages/appflowy_popover/example/windows/flutter/generated_plugin_registrant.h

@@ -1,15 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#ifndef GENERATED_PLUGIN_REGISTRANT_
-#define GENERATED_PLUGIN_REGISTRANT_
-
-#include <flutter/plugin_registry.h>
-
-// Registers Flutter plugins.
-void RegisterPlugins(flutter::PluginRegistry* registry);
-
-#endif  // GENERATED_PLUGIN_REGISTRANT_

+ 0 - 23
frontend/app_flowy/packages/appflowy_popover/example/windows/flutter/generated_plugins.cmake

@@ -1,23 +0,0 @@
-#
-# Generated file, do not edit.
-#
-
-list(APPEND FLUTTER_PLUGIN_LIST
-)
-
-list(APPEND FLUTTER_FFI_PLUGIN_LIST
-)
-
-set(PLUGIN_BUNDLED_LIBRARIES)
-
-foreach(plugin ${FLUTTER_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})
-  target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
-endforeach(plugin)
-
-foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
-endforeach(ffi_plugin)

+ 0 - 15
frontend/app_flowy/packages/flowy_infra_ui/example/linux/flutter/generated_plugin_registrant.cc

@@ -1,15 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#include "generated_plugin_registrant.h"
-
-#include <flowy_infra_ui/flowy_infra_u_i_plugin.h>
-
-void fl_register_plugins(FlPluginRegistry* registry) {
-  g_autoptr(FlPluginRegistrar) flowy_infra_ui_registrar =
-      fl_plugin_registry_get_registrar_for_plugin(registry, "FlowyInfraUIPlugin");
-  flowy_infra_u_i_plugin_register_with_registrar(flowy_infra_ui_registrar);
-}

+ 0 - 15
frontend/app_flowy/packages/flowy_infra_ui/example/linux/flutter/generated_plugin_registrant.h

@@ -1,15 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#ifndef GENERATED_PLUGIN_REGISTRANT_
-#define GENERATED_PLUGIN_REGISTRANT_
-
-#include <flutter_linux/flutter_linux.h>
-
-// Registers Flutter plugins.
-void fl_register_plugins(FlPluginRegistry* registry);
-
-#endif  // GENERATED_PLUGIN_REGISTRANT_

+ 0 - 24
frontend/app_flowy/packages/flowy_infra_ui/example/linux/flutter/generated_plugins.cmake

@@ -1,24 +0,0 @@
-#
-# Generated file, do not edit.
-#
-
-list(APPEND FLUTTER_PLUGIN_LIST
-  flowy_infra_ui
-)
-
-list(APPEND FLUTTER_FFI_PLUGIN_LIST
-)
-
-set(PLUGIN_BUNDLED_LIBRARIES)
-
-foreach(plugin ${FLUTTER_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux plugins/${plugin})
-  target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
-endforeach(plugin)
-
-foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin})
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
-endforeach(ffi_plugin)

+ 0 - 12
frontend/app_flowy/packages/flowy_infra_ui/example/macos/Flutter/GeneratedPluginRegistrant.swift

@@ -1,12 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-import FlutterMacOS
-import Foundation
-
-import flowy_infra_ui
-
-func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
-  FlowyInfraUIPlugin.register(with: registry.registrar(forPlugin: "FlowyInfraUIPlugin"))
-}

+ 0 - 14
frontend/app_flowy/packages/flowy_infra_ui/example/windows/flutter/generated_plugin_registrant.cc

@@ -1,14 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#include "generated_plugin_registrant.h"
-
-#include <flowy_infra_ui/flowy_infra_u_i_plugin.h>
-
-void RegisterPlugins(flutter::PluginRegistry* registry) {
-  FlowyInfraUIPluginRegisterWithRegistrar(
-      registry->GetRegistrarForPlugin("FlowyInfraUIPlugin"));
-}

+ 0 - 15
frontend/app_flowy/packages/flowy_infra_ui/example/windows/flutter/generated_plugin_registrant.h

@@ -1,15 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-// clang-format off
-
-#ifndef GENERATED_PLUGIN_REGISTRANT_
-#define GENERATED_PLUGIN_REGISTRANT_
-
-#include <flutter/plugin_registry.h>
-
-// Registers Flutter plugins.
-void RegisterPlugins(flutter::PluginRegistry* registry);
-
-#endif  // GENERATED_PLUGIN_REGISTRANT_

+ 0 - 24
frontend/app_flowy/packages/flowy_infra_ui/example/windows/flutter/generated_plugins.cmake

@@ -1,24 +0,0 @@
-#
-# Generated file, do not edit.
-#
-
-list(APPEND FLUTTER_PLUGIN_LIST
-  flowy_infra_ui
-)
-
-list(APPEND FLUTTER_FFI_PLUGIN_LIST
-)
-
-set(PLUGIN_BUNDLED_LIBRARIES)
-
-foreach(plugin ${FLUTTER_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})
-  target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
-endforeach(plugin)
-
-foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
-  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
-  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
-endforeach(ffi_plugin)