fix ignore

This commit is contained in:
dmit.b
2026-05-15 18:00:45 +03:00
parent f1e88b1ac3
commit a9d9951a7e
4 changed files with 397 additions and 551 deletions
@@ -7,8 +7,10 @@ import Foundation
import geolocator_apple
import package_info_plus
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}