4 Star 70 Fork 28

imboy.pub/imboy-flutter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.workflow
android
assets
doc
gradle/wrapper
ios
lib
linux/flutter
generated_plugin_registrant.cc
generated_plugin_registrant.h
generated_plugins.cmake
macos
test
web
.gitattributes
.gitignore
.gitmodules
.metadata
LICENSE
README.md
analysis_options.yaml
build.gradle
build.yaml
devtools_options.yaml
example.env
flutter_native_splash.yaml
gradlew
gradlew.bat
local.properties
pubspec.lock
pubspec.yaml
settings.gradle
克隆/下载
generated_plugins.cmake 907 Bytes
一键复制 编辑 原始数据 按行查看 历史
leeyi 提交于 9个月前 . # 0.5.11
#
# Generated file, do not edit.
#
list(APPEND FLUTTER_PLUGIN_LIST
emoji_picker_flutter
file_saver
file_selector_linux
flutter_secure_storage_linux
flutter_webrtc
open_file_linux
sqlite3_flutter_libs
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)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Dart
1
https://gitee.com/imboy-pub/imboy-flutter.git
git@gitee.com:imboy-pub/imboy-flutter.git
imboy-pub
imboy-flutter
imboy-flutter
main

搜索帮助