feat: enable video player in linux

This commit is contained in:
Alexey 2026-03-17 13:27:20 +03:00
commit f043e191d2
11 changed files with 92 additions and 33 deletions

View file

@ -18,9 +18,9 @@ import flutter_new_badger
import flutter_secure_storage_darwin
import flutter_web_auth_2
import flutter_webrtc
import fvp
import geolocator_apple
import just_audio
import media_kit_video
import package_info_plus
import record_macos
import screen_retriever_macos
@ -49,9 +49,9 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterSecureStorageDarwinPlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStorageDarwinPlugin"))
FlutterWebAuth2Plugin.register(with: registry.registrar(forPlugin: "FlutterWebAuth2Plugin"))
FlutterWebRTCPlugin.register(with: registry.registrar(forPlugin: "FlutterWebRTCPlugin"))
FvpPlugin.register(with: registry.registrar(forPlugin: "FvpPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
MediaKitVideoPlugin.register(with: registry.registrar(forPlugin: "MediaKitVideoPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
RecordMacOsPlugin.register(with: registry.registrar(forPlugin: "RecordMacOsPlugin"))
ScreenRetrieverMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverMacosPlugin"))