build: Upgrade to flutter 3.41.1

This commit is contained in:
krille-chan 2026-02-18 17:03:48 +01:00
commit 8381281086
No known key found for this signature in database
5 changed files with 168 additions and 146 deletions

View file

@ -22,7 +22,6 @@ import flutter_webrtc
import geolocator_apple
import just_audio
import package_info_plus
import path_provider_foundation
import record_macos
import screen_retriever_macos
import share_plus
@ -54,7 +53,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
RecordMacOsPlugin.register(with: registry.registrar(forPlugin: "RecordMacOsPlugin"))
ScreenRetrieverMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverMacosPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))