Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 0091711a
authored
2026-06-29 21:49:43 +0800
by
ethanlamzs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
微调
1 parent
5460fac6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
.gitignore
macos/Flutter/GeneratedPluginRegistrant.swift
windows/flutter/generated_plugins.cmake
.gitignore
View file @
0091711
...
...
@@ -47,3 +47,5 @@ assets/static
pubspec.lock
assets/dist.zip
macos/Podfile.lock
macos/Flutter/GeneratedPluginRegistrant.swift
windows/flutter/generated_plugins.cmake
macos/Flutter/GeneratedPluginRegistrant.swift
View file @
0091711
...
...
@@ -12,6 +12,7 @@ import device_info_plus
import
ffmpeg_kit_flutter_new
import
file_picker
import
flutter_image_compress_macos
import
flutter_local_notifications
import
flutter_localization
import
flutter_sound
import
geolocator_apple
...
...
@@ -23,10 +24,12 @@ import path_provider_foundation
import
photo_manager
import
shared_preferences_foundation
import
sign_in_with_apple
import
sqflite_darwin
import
tencent_cloud_chat_sdk
import
url_launcher_macos
import
video_player_avfoundation
import
volume_controller
import
wakelock_plus
import
webview_flutter_wkwebview
func
RegisterGeneratedPlugins
(
registry
:
FlutterPluginRegistry
)
{
...
...
@@ -37,6 +40,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FFmpegKitFlutterPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FFmpegKitFlutterPlugin"
))
FilePickerPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FilePickerPlugin"
))
FlutterImageCompressMacosPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FlutterImageCompressMacosPlugin"
))
FlutterLocalNotificationsPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FlutterLocalNotificationsPlugin"
))
FlutterLocalizationPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FlutterLocalizationPlugin"
))
FlutterSoundPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FlutterSoundPlugin"
))
GeolocatorPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"GeolocatorPlugin"
))
...
...
@@ -48,9 +52,11 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PhotoManagerPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"PhotoManagerPlugin"
))
SharedPreferencesPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"SharedPreferencesPlugin"
))
SignInWithApplePlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"SignInWithApplePlugin"
))
SqflitePlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"SqflitePlugin"
))
TencentCloudChatSdkPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"TencentCloudChatSdkPlugin"
))
UrlLauncherPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"UrlLauncherPlugin"
))
FVPVideoPlayerPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FVPVideoPlayerPlugin"
))
VolumeControllerPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"VolumeControllerPlugin"
))
WakelockPlusMacosPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"WakelockPlusMacosPlugin"
))
WebViewFlutterPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"WebViewFlutterPlugin"
))
}
windows/flutter/generated_plugins.cmake
View file @
0091711
...
...
@@ -14,6 +14,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
)
list
(
APPEND FLUTTER_FFI_PLUGIN_LIST
flutter_local_notifications_windows
)
set
(
PLUGIN_BUNDLED_LIBRARIES
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment